#688212

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

Shades of Olive Drab #688212

Tints of Olive Drab #688212

Color information

#688212 (or 0x688212) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 12. RGB value is (104,130,18). Sum of RGB (Red+Green+Blue) = 104+130+18=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #688212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688212 is #977DED. Grayscale: #6D6D6D. Windows color (decimal): -9928174 or 1213032. OLE color: 1213032.

HSL color Cylindrical-coordinate representation of color #688212: hue angle of 73.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #688212 is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB10413018-
CMYK0.200.860.49
HSL73.93º75.68%29.02%-
HSV(B)73.93º86.15%50.98%-
XYZ13.818.953.5-
YUV109.4676.39124.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=41.27%
G=51.59%
B=7.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130180.200.860.4973.9375.6829.02
Hex68821214056314a4c1d
Octal150202222401266111211435
Binary1101000100000101001010100010101101100011001010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688212; }

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

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

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

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

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

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

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

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