Html Css Color HEX #5F9015 Olive Drab

📋 copy color: '#5F9015'

red 95 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #5F9015

Tints of Olive Drab #5F9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.38%

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

R = 36.54%
G = 55.38%
B = 8.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#5F9015 (or 0x5F9015) is known color: Olive Drab. HEX triplet: 5F, 90 and 15. RGB value is (95,144,21). Sum of RGB (Red+Green+Blue) = 95+144+21=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9015 is #A06FEA. Grayscale: #737373. Windows color (decimal): -10514411 or 1413215. OLE color: 1413215.

HSL color Cylindrical-coordinate representation of color #5F9015: hue angle of 83.9º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F9015 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 144 21 -
CMYK 0.34 0 0.85 0.44
HSL 83.9º 0.75% 0.32% -
HSV(B) 83.9º 0.85% 0.56% -
XYZ 14.83 22.43 4.26 -
YUV 115.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 95 144 21 0.34 0 0.85 0.44 83.9 0.75 0.32
Hex 5F 90 15 22 0 55 2C 54 4B 20
Octal 137 220 25 42 0 125 54 124 113 40
Binary 1011111 10010000 10101 100010 0 1010101 101100 1010100 1001011 100000

Color Harmonies of #5F9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9015

Black with #5F9015

Text Example


Text Example

White with #5F9015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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