#568210

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

Shades of Olive Drab #568210

Tints of Olive Drab #568210

Color information

#568210 (or 0x568210) is unknown color: approx Olive Drab. HEX triplet: 56, 82 and 10. RGB value is (86,130,16). Sum of RGB (Red+Green+Blue) = 86+130+16=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #568210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568210 is #A97DEF. Grayscale: #686868. Windows color (decimal): -11107824 or 1081942. OLE color: 1081942.

HSL color Cylindrical-coordinate representation of color #568210: hue angle of 83.16º 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 #568210 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB8613016-
CMYK0.3400.880.49
HSL83.16º78.08%28.63%-
HSV(B)83.16º87.69%50.98%-
XYZ11.9117.983.33-
YUV103.8578.42115.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=37.07%
G=56.03%
B=6.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130160.3400.880.4983.1678.0828.63
Hex5682102205831534e1d
Octal126202204201306112311635
Binary10101101000001010000100010010110001100011010011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568210; }

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

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

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

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

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

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

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

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