#5f8907

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

Shades of Olive Drab #5F8907

Tints of Olive Drab #5F8907

Color information

#5F8907 (or 0x5F8907) is unknown color: approx Olive Drab. HEX triplet: 5F, 89 and 07. RGB value is (95,137,7). Sum of RGB (Red+Green+Blue) = 95+137+7=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #5F8907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8907 is #A076F8. Grayscale: #6E6E6E. Windows color (decimal): -10516217 or 493919. OLE color: 493919.

HSL color Cylindrical-coordinate representation of color #5F8907: hue angle of 79.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F8907 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB951377-
CMYK0.3100.950.46
HSL79.38º90.28%28.24%-
HSV(B)79.38º94.89%53.73%-
XYZ13.720.343.4-
YUV109.6270.09117.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.75%
GREEN value IS 137 (53.91% from 255) = 57.32%
BLUE value IS 7 (3.12% from 255) = 2.93%
R=39.75%
G=57.32%
B=2.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9513770.3100.950.4679.3890.2828.24
Hex5F8971F05F2E4f5a1c
Octal13721173701375611713234
Binary10111111000100111111111010111111011101001111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f8907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,137,7); }

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

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

 a { background-color: rgb(95,137,7); }

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

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

 span { border-color: rgb(95,137,7); }

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