#5F9300

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

Shades of Olive Drab #5F9300

Tints of Olive Drab #5F9300

Color information

#5F9300 (or 0x5F9300) is unknown color: approx Olive Drab. HEX triplet: 5F, 93 and 00. RGB value is (95,147,0). Sum of RGB (Red+Green+Blue) = 95+147+0=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9300 is #A06CFF. Grayscale: #737373. Windows color (decimal): -10513664 or 37727. OLE color: 37727.

HSL color Cylindrical-coordinate representation of color #5F9300: hue angle of 81.22º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F9300 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB951470-
CMYK0.35010.42
HSL81.22º100%28.82%-
HSV(B)81.22º100%57.65%-
XYZ15.1523.33.7-
YUV114.6963.27113.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 147 (57.81% from 255) = 60.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.26%
G=60.74%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9514700.35010.4281.2210028.82
Hex5F930230642A51641d
Octal13722304301445212114435
Binary1011111100100110100011011001001010101010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,147,0); }

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

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

 a { background-color: rgb(95,147,0); }

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

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

 span { border-color: rgb(95,147,0); }

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