Html Css Color HEX #5F8A1C Olive Drab

📋 copy color: '#5F8A1C'

red 95 ◦ green 138 ◦ blue 28

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

Shades of Olive Drab #5F8A1C

Tints of Olive Drab #5F8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.87%

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 36.4%
G = 52.87%
B = 10.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#5F8A1C (or 0x5F8A1C) is known color: Olive Drab. HEX triplet: 5F, 8A and 1C. RGB value is (95,138,28). Sum of RGB (Red+Green+Blue) = 95+138+28=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8A1C is #A075E3. Grayscale: #717171. Windows color (decimal): -10515940 or 1870431. OLE color: 1870431.

HSL color Cylindrical-coordinate representation of color #5F8A1C: hue angle of 83.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F8A1C is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 138 28 -
CMYK 0.31 0 0.80 0.46
HSL 83.45º 0.66% 0.33% -
HSV(B) 83.45º 0.8% 0.54% -
XYZ 14.02 20.69 4.35 -
YUV 112.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 95 138 28 0.31 0 0.80 0.46 83.45 0.66 0.33
Hex 5F 8A 1C 1F 0 50 2E 53 42 21
Octal 137 212 34 37 0 120 56 123 102 41
Binary 1011111 10001010 11100 11111 0 1010000 101110 1010011 1000010 100001

Color Harmonies of #5F8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8A1C

Black with #5F8A1C

Text Example


Text Example

White with #5F8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,138,28); }

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

background-color css

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

 a { background-color: rgb(95,138,28); }

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

border-color css

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

 span { border-color: rgb(95,138,28); }

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