#56850C

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

Shades of Olive Drab #56850C

Tints of Olive Drab #56850C

Color information

#56850C (or 0x56850C) is unknown color: approx Olive Drab. HEX triplet: 56, 85 and 0C. RGB value is (86,133,12). Sum of RGB (Red+Green+Blue) = 86+133+12=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #56850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56850C is #A97AF3. Grayscale: #696969. Windows color (decimal): -11107060 or 820566. OLE color: 820566.

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

Color convert

RGB8613312-
CMYK0.3500.910.48
HSL83.31º83.45%28.43%-
HSV(B)83.31º90.98%52.16%-
XYZ12.2918.783.32-
YUV105.1575.43114.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 133 (52.34% from 255) = 57.58%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=37.23%
G=57.58%
B=5.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86133120.3500.910.4883.3183.4528.43
Hex5685C2305B3053531c
Octal126205144301336012312334
Binary1010110100001011100100011010110111100001010011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56850C; }

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

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

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

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

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

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

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

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