#5F970A

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

Shades of Olive Drab #5F970A

Tints of Olive Drab #5F970A

Color information

#5F970A (or 0x5F970A) is unknown color: approx Olive Drab. HEX triplet: 5F, 97 and 0A. RGB value is (95,151,10). Sum of RGB (Red+Green+Blue) = 95+151+10=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #5F970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F970A is #A068F5. Grayscale: #767676. Windows color (decimal): -10512630 or 694111. OLE color: 694111.

HSL color Cylindrical-coordinate representation of color #5F970A: hue angle of 83.83º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F970A is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB9515110-
CMYK0.3700.930.41
HSL83.83º87.58%31.57%-
HSV(B)83.83º93.38%59.22%-
XYZ15.8424.594.2-
YUV118.1866.95111.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 151 (59.38% from 255) = 58.98%
BLUE value IS 10 (4.30% from 255) = 3.91%
R=37.11%
G=58.98%
B=3.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95151100.3700.930.4183.8387.5831.57
Hex5F97A2505D29545820
Octal137227124501355112413040
Binary10111111001011110101001010101110110100110101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,151,10); }

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

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

 a { background-color: rgb(95,151,10); }

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

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

 span { border-color: rgb(95,151,10); }

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