Html Css Color HEX #5F8015 Olive Drab

📋 copy color: '#5F8015'

red 95 ◦ green 128 ◦ blue 21

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

Shades of Olive Drab #5F8015

Tints of Olive Drab #5F8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 38.93%
G = 52.46%
B = 8.61%

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

#5F8015 (or 0x5F8015) is known color: Olive Drab. HEX triplet: 5F, 80 and 15. RGB value is (95,128,21). Sum of RGB (Red+Green+Blue) = 95+128+21=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #5F8015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8015 is #A07FEA. Grayscale: #6A6A6A. Windows color (decimal): -10518507 or 1409119. OLE color: 1409119.

HSL color Cylindrical-coordinate representation of color #5F8015: hue angle of 78.5º degrees, saturation: 0.72, 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 #5F8015 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 128 21 -
CMYK 0.26 0 0.84 0.50
HSL 78.5º 0.72% 0.29% -
HSV(B) 78.5º 0.84% 0.5% -
XYZ 12.57 17.93 3.51 -
YUV 105.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 95 128 21 0.26 0 0.84 0.50 78.5 0.72 0.29
Hex 5F 80 15 1A 0 54 32 4F 48 1D
Octal 137 200 25 32 0 124 62 117 110 35
Binary 1011111 10000000 10101 11010 0 1010100 110010 1001111 1001000 11101

Color Harmonies of #5F8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8015

Black with #5F8015

Text Example


Text Example

White with #5F8015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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