Html Css Color HEX #5F8014 Olive Drab

📋 copy color: '#5F8014'

red 95 ◦ green 128 ◦ blue 20

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

Shades of Olive Drab #5F8014

Tints of Olive Drab #5F8014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 39.09%
G = 52.67%
B = 8.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#5F8014 (or 0x5F8014) is known color: Olive Drab. HEX triplet: 5F, 80 and 14. RGB value is (95,128,20). Sum of RGB (Red+Green+Blue) = 95+128+20=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #5F8014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8014 is #A07FEB. Grayscale: #6A6A6A. Windows color (decimal): -10518508 or 1343583. OLE color: 1343583.

HSL color Cylindrical-coordinate representation of color #5F8014: hue angle of 78.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F8014 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 128 20 -
CMYK 0.26 0 0.84 0.50
HSL 78.33º 0.73% 0.29% -
HSV(B) 78.33º 0.84% 0.5% -
XYZ 12.56 17.92 3.46 -
YUV 105.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 95 128 20 0.26 0 0.84 0.50 78.33 0.73 0.29
Hex 5F 80 14 1A 0 54 32 4E 49 1D
Octal 137 200 24 32 0 124 62 116 111 35
Binary 1011111 10000000 10100 11010 0 1010100 110010 1001110 1001001 11101

Color Harmonies of #5F8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8014

Black with #5F8014

Text Example


Text Example

White with #5F8014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,128,20); }

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

background-color css

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

 a { background-color: rgb(95,128,20); }

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

border-color css

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

 span { border-color: rgb(95,128,20); }

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