#568008

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

Shades of Olive Drab #568008

Tints of Olive Drab #568008

Color information

#568008 (or 0x568008) is unknown color: approx Olive Drab. HEX triplet: 56, 80 and 08. RGB value is (86,128,8). Sum of RGB (Red+Green+Blue) = 86+128+8=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #568008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568008 is #A97FF7. Grayscale: #666666. Windows color (decimal): -11108344 or 557142. OLE color: 557142.

HSL color Cylindrical-coordinate representation of color #568008: hue angle of 81º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #568008 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB861288-
CMYK0.3300.940.50
HSL81º88.24%26.67%-
HSV(B)81º93.75%50.2%-
XYZ11.617.432.98-
YUV101.7675.09116.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 128 (50.39% from 255) = 57.66%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=38.74%
G=57.66%
B=3.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8612880.3300.940.508188.2426.67
Hex568082105E3251581b
Octal126200104101366212113033
Binary1010110100000001000100001010111101100101010001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568008; }

 p { color: rgb(86,128,8); }

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

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

 a { background-color: rgb(86,128,8); }

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

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

 span { border-color: rgb(86,128,8); }

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