#568506

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

Shades of Olive Drab #568506

Tints of Olive Drab #568506

Color information

#568506 (or 0x568506) is unknown color: approx Olive Drab. HEX triplet: 56, 85 and 06. RGB value is (86,133,6). Sum of RGB (Red+Green+Blue) = 86+133+6=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #568506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568506 is #A97AF9. Grayscale: #686868. Windows color (decimal): -11107066 or 427350. OLE color: 427350.

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

Color convert

RGB861336-
CMYK0.3500.950.48
HSL82.2º91.37%27.25%-
HSV(B)82.2º95.49%52.16%-
XYZ12.2618.773.15-
YUV104.4772.43114.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 133 (52.34% from 255) = 59.11%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=38.22%
G=59.11%
B=2.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8613360.3500.950.4882.291.3727.25
Hex568562305F30525b1b
Octal12620564301376012213333
Binary101011010000101110100011010111111100001010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568506; }

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

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

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

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

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

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

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

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