#568707

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

Shades of Olive Drab #568707

Tints of Olive Drab #568707

Color information

#568707 (or 0x568707) is unknown color: approx Olive Drab. HEX triplet: 56, 87 and 07. RGB value is (86,135,7). Sum of RGB (Red+Green+Blue) = 86+135+7=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #568707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568707 is #A978F8. Grayscale: #6A6A6A. Windows color (decimal): -11106553 or 493398. OLE color: 493398.

HSL color Cylindrical-coordinate representation of color #568707: hue angle of 82.97º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #568707 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB861357-
CMYK0.3600.950.47
HSL82.97º90.14%27.84%-
HSV(B)82.97º94.81%52.94%-
XYZ12.5419.323.27-
YUV105.7672.27113.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 135 (53.12% from 255) = 59.21%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=37.72%
G=59.21%
B=3.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8613570.3600.950.4782.9790.1427.84
Hex568772405F2F535a1c
Octal12620774401375712313234
Binary101011010000111111100100010111111011111010011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568707; }

 p { color: rgb(86,135,7); }

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

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

 a { background-color: rgb(86,135,7); }

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

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

 span { border-color: rgb(86,135,7); }

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