#5F950D

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

Shades of Olive Drab #5F950D

Tints of Olive Drab #5F950D

Color information

#5F950D (or 0x5F950D) is unknown color: approx Olive Drab. HEX triplet: 5F, 95 and 0D. RGB value is (95,149,13). Sum of RGB (Red+Green+Blue) = 95+149+13=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #5F950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F950D is #A06AF2. Grayscale: #757575. Windows color (decimal): -10513139 or 890207. OLE color: 890207.

HSL color Cylindrical-coordinate representation of color #5F950D: hue angle of 83.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F950D is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB9514913-
CMYK0.3600.910.42
HSL83.82º83.95%31.76%-
HSV(B)83.82º91.28%58.43%-
XYZ15.5423.964.19-
YUV117.3569.11112.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=36.96%
G=57.98%
B=5.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95149130.3600.910.4283.8283.9531.76
Hex5F95D2405B2A545420
Octal137225154401335212412440
Binary10111111001010111011001000101101110101010101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,13); }

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

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

 a { background-color: rgb(95,149,13); }

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

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

 span { border-color: rgb(95,149,13); }

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