#689606

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

Shades of Olive Drab #689606

Tints of Olive Drab #689606

Color information

#689606 (or 0x689606) is unknown color: approx Olive Drab. HEX triplet: 68, 96 and 06. RGB value is (104,150,6). Sum of RGB (Red+Green+Blue) = 104+150+6=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #689606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689606 is #9769F9. Grayscale: #787878. Windows color (decimal): -9923066 or 431720. OLE color: 431720.

HSL color Cylindrical-coordinate representation of color #689606: hue angle of 79.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #689606 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1041506-
CMYK0.3100.960.41
HSL79.17º92.31%30.59%-
HSV(B)79.17º96%58.82%-
XYZ16.6524.774.08-
YUV119.8363.76116.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 6 (2.73% from 255) = 2.31%
R=40%
G=57.69%
B=2.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10415060.3100.960.4179.1792.3130.59
Hex689661F060294f5c1f
Octal15022663701405111713437
Binary11010001001011011011111011000001010011001111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689606; }

 p { color: rgb(104,150,6); }

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

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

 a { background-color: rgb(104,150,6); }

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

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

 span { border-color: rgb(104,150,6); }

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