#568508

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

Shades of Olive Drab #568508

Tints of Olive Drab #568508

Color information

#568508 (or 0x568508) is unknown color: approx Olive Drab. HEX triplet: 56, 85 and 08. RGB value is (86,133,8). Sum of RGB (Red+Green+Blue) = 86+133+8=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #568508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568508 is #A97AF7. Grayscale: #696969. Windows color (decimal): -11107064 or 558422. OLE color: 558422.

HSL color Cylindrical-coordinate representation of color #568508: hue angle of 82.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #568508 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB861338-
CMYK0.3500.940.48
HSL82.56º88.65%27.65%-
HSV(B)82.56º93.98%52.16%-
XYZ12.2718.773.21-
YUV104.773.43114.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=37.89%
G=58.59%
B=3.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8613380.3500.940.4882.5688.6527.65
Hex568582305E3053591c
Octal126205104301366012313134
Binary1010110100001011000100011010111101100001010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568508; }

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

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

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

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

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

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

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

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