Html Css Color HEX #5F8804 Olive Drab

📋 copy color: '#5F8804'

red 95 ◦ green 136 ◦ blue 4

#5F8804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #5F8804

Tints of Olive Drab #5F8804

RGB

 RED value IS 95 (37.5% from 255) = 40.43%

 GREEN value IS 136 (53.52% from 255) = 57.87%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 40.43%
G = 57.87%
B = 1.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#5F8804 (or 0x5F8804) is known color: Olive Drab. HEX triplet: 5F, 88 and 04. RGB value is (95,136,4). Sum of RGB (Red+Green+Blue) = 95+136+4=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8804 is #A077FB. Grayscale: #6D6D6D. Windows color (decimal): -10516476 or 297055. OLE color: 297055.

HSL color Cylindrical-coordinate representation of color #5F8804: hue angle of 78.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F8804 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 4 -
CMYK 0.30 0 0.97 0.47
HSL 78.64º 0.94% 0.27% -
HSV(B) 78.64º 0.97% 0.53% -
XYZ 13.55 20.05 3.27 -
YUV 108.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 95 136 4 0.30 0 0.97 0.47 78.64 0.94 0.27
Hex 5F 88 4 1E 0 61 2F 4F 5E 1B
Octal 137 210 4 36 0 141 57 117 136 33
Binary 1011111 10001000 100 11110 0 1100001 101111 1001111 1011110 11011

Color Harmonies of #5F8804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8804

Black with #5F8804

Text Example


Text Example

White with #5F8804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,136,4); }

 H1.HeaderClassName
 {
   color: #5F8804;
 }
 .AnyTagClassName
 {
   color: #5F8804;
 }
</style>

background-color css

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

 a { background-color: rgb(95,136,4); }

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

border-color css

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

 span { border-color: rgb(95,136,4); }

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