#697707

Color #697707 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #697707

Tints of Olive #697707

Color information

#697707 (or 0x697707) is unknown color: approx Olive. HEX triplet: 69, 77 and 07. RGB value is (105,119,7). Sum of RGB (Red+Green+Blue) = 105+119+7=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #697707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697707 is #9688F8. Grayscale: #666666. Windows color (decimal): -9865465 or 489321. OLE color: 489321.

HSL color Cylindrical-coordinate representation of color #697707: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #697707 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1051197-
CMYK0.1200.940.53
HSL67.5º88.89%24.71%-
HSV(B)67.5º94.12%46.67%-
XYZ12.4616.212.67-
YUV102.0574.36130.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 7 (3.12% from 255) = 3.03%
R=45.45%
G=51.52%
B=3.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10511970.1200.940.5367.588.8924.71
Hex69777C05E35445919
Octal15116771401366510413131
Binary110100111101111111100010111101101011000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697707; }

 p { color: rgb(105,119,7); }

 H1.HeaderClassName
 {
   color: #697707;
 }
 .AnyTagClassName
 {
   color: #697707;
 }
</style>
background-color css

<style>
 a { background-color: #697707; }

 a { background-color: rgb(105,119,7); }

 div.DivClassName
 {
   background-color: #697707;
 }
 .BgClassName
 {
   background-color: #697707;
 }
</style>
border-color css

<style>
 span { border-color: #697707; }

 span { border-color: rgb(105,119,7); }

 td.TdClassName
 {
   border-color: #697707;
 }
 .TagClassName
 {
   border-color: #697707;
 }
</style>