#688210

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

Shades of Olive Drab #688210

Tints of Olive Drab #688210

Color information

#688210 (or 0x688210) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 10. RGB value is (104,130,16). Sum of RGB (Red+Green+Blue) = 104+130+16=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #688210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688210 is #977DEF. Grayscale: #6D6D6D. Windows color (decimal): -9928176 or 1081960. OLE color: 1081960.

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

Color convert

RGB10413016-
CMYK0.200.880.49
HSL73.68º78.08%28.63%-
HSV(B)73.68º87.69%50.98%-
XYZ13.7918.953.42-
YUV109.2375.39124.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=41.6%
G=52%
B=6.4%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130160.200.880.4973.6878.0828.63
Hex68821014058314a4e1d
Octal150202202401306111211635
Binary1101000100000101000010100010110001100011001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688210; }

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

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

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

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

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

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

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

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