#5F8D09

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

Shades of Olive Drab #5F8D09

Tints of Olive Drab #5F8D09

Color information

#5F8D09 (or 0x5F8D09) is unknown color: approx Olive Drab. HEX triplet: 5F, 8D and 09. RGB value is (95,141,9). Sum of RGB (Red+Green+Blue) = 95+141+9=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8D09 is #A072F6. Grayscale: #707070. Windows color (decimal): -10515191 or 626015. OLE color: 626015.

HSL color Cylindrical-coordinate representation of color #5F8D09: hue angle of 80.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F8D09 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB951419-
CMYK0.3300.940.45
HSL80.91º88%29.41%-
HSV(B)80.91º93.62%55.29%-
XYZ14.2921.53.66-
YUV112.269.76115.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 141 (55.47% from 255) = 57.55%
BLUE value IS 9 (3.91% from 255) = 3.67%
R=38.78%
G=57.55%
B=3.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9514190.3300.940.4580.918829.41
Hex5F8D92105E2D51581d
Octal137215114101365512113035
Binary1011111100011011001100001010111101011011010001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,141,9); }

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

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

 a { background-color: rgb(95,141,9); }

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

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

 span { border-color: rgb(95,141,9); }

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