Html Css Color HEX #5A8015 Olive Drab

📋 copy color: '#5A8015'

red 90 ◦ green 128 ◦ blue 21

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

Shades of Olive Drab #5A8015

Tints of Olive Drab #5A8015

RGB

 RED value IS 90 (35.55% from 255) = 37.66%

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

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

R = 37.66%
G = 53.56%
B = 8.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#5A8015 (or 0x5A8015) is known color: Olive Drab. HEX triplet: 5A, 80 and 15. RGB value is (90,128,21). Sum of RGB (Red+Green+Blue) = 90+128+21=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #5A8015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8015 is #A57FEA. Grayscale: #686868. Windows color (decimal): -10846187 or 1409114. OLE color: 1409114.

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

Color convert

RGB 90 128 21 -
CMYK 0.30 0 0.84 0.50
HSL 81.31º 0.72% 0.29% -
HSV(B) 81.31º 0.84% 0.5% -
XYZ 12.07 17.67 3.48 -
YUV 104.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 90 128 21 0.30 0 0.84 0.50 81.31 0.72 0.29
Hex 5A 80 15 1E 0 54 32 51 48 1D
Octal 132 200 25 36 0 124 62 121 110 35
Binary 1011010 10000000 10101 11110 0 1010100 110010 1010001 1001000 11101

Color Harmonies of #5A8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8015

Black with #5A8015

Text Example


Text Example

White with #5A8015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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