Html Css Color HEX #5F8E04 Olive Drab

📋 copy color: '#5F8E04'

red 95 ◦ green 142 ◦ blue 4

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

Shades of Olive Drab #5F8E04

Tints of Olive Drab #5F8E04

RGB

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

 GREEN value IS 142 (55.86% from 255) = 58.92%

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

R = 39.42%
G = 58.92%
B = 1.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#5F8E04 (or 0x5F8E04) is known color: Olive Drab. HEX triplet: 5F, 8E and 04. RGB value is (95,142,4). Sum of RGB (Red+Green+Blue) = 95+142+4=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8E04 is #A071FB. Grayscale: #707070. Windows color (decimal): -10514940 or 298591. OLE color: 298591.

HSL color Cylindrical-coordinate representation of color #5F8E04: hue angle of 80.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F8E04 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 142 4 -
CMYK 0.33 0 0.97 0.44
HSL 80.43º 0.95% 0.29% -
HSV(B) 80.43º 0.97% 0.56% -
XYZ 14.41 21.79 3.56 -
YUV 112.22 66.93 115.72 -
System Red Green Blue C M Y K H S L
Decimal 95 142 4 0.33 0 0.97 0.44 80.43 0.95 0.29
Hex 5F 8E 4 21 0 61 2C 50 5F 1D
Octal 137 216 4 41 0 141 54 120 137 35
Binary 1011111 10001110 100 100001 0 1100001 101100 1010000 1011111 11101

Color Harmonies of #5F8E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8E04

Black with #5F8E04

Text Example


Text Example

White with #5F8E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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