#688912

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

Shades of Olive Drab #688912

Tints of Olive Drab #688912

Color information

#688912 (or 0x688912) is unknown color: approx Olive Drab. HEX triplet: 68, 89 and 12. RGB value is (104,137,18). Sum of RGB (Red+Green+Blue) = 104+137+18=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #688912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688912 is #9776ED. Grayscale: #727272. Windows color (decimal): -9926382 or 1214824. OLE color: 1214824.

HSL color Cylindrical-coordinate representation of color #688912: hue angle of 76.64º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #688912 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB10413718-
CMYK0.2400.870.46
HSL76.64º76.77%30.39%-
HSV(B)76.64º86.86%53.73%-
XYZ14.7620.883.82-
YUV113.5774.07121.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=40.15%
G=52.90%
B=6.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104137180.2400.870.4676.6476.7730.39
Hex688912180572E4d4d1e
Octal150211223001275611511536
Binary1101000100010011001011000010101111011101001101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688912; }

 p { color: rgb(104,137,18); }

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

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

 a { background-color: rgb(104,137,18); }

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

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

 span { border-color: rgb(104,137,18); }

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