#5F8C0B

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

Shades of Olive Drab #5F8C0B

Tints of Olive Drab #5F8C0B

Color information

#5F8C0B (or 0x5F8C0B) is unknown color: approx Olive Drab. HEX triplet: 5F, 8C and 0B. RGB value is (95,140,11). Sum of RGB (Red+Green+Blue) = 95+140+11=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #5F8C0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8C0B is #A073F4. Grayscale: #707070. Windows color (decimal): -10515445 or 756831. OLE color: 756831.

HSL color Cylindrical-coordinate representation of color #5F8C0B: hue angle of 80.93º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F8C0B is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB9514011-
CMYK0.3200.920.45
HSL80.93º85.43%29.61%-
HSV(B)80.93º92.14%54.9%-
XYZ14.1621.213.66-
YUV111.8471.09115.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.62%
GREEN value IS 140 (55.08% from 255) = 56.91%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=38.62%
G=56.91%
B=4.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95140110.3200.920.4580.9385.4329.61
Hex5F8CB2005C2D51551e
Octal137214134001345512112536
Binary1011111100011001011100000010111001011011010001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8C0B; }

 p { color: rgb(95,140,11); }

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

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

 a { background-color: rgb(95,140,11); }

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

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

 span { border-color: rgb(95,140,11); }

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