Html Css Color HEX #5A8210 Olive Drab

📋 copy color: '#5A8210'

red 90 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #5A8210

Tints of Olive Drab #5A8210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 38.14%
G = 55.08%
B = 6.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#5A8210 (or 0x5A8210) is known color: Olive Drab. HEX triplet: 5A, 82 and 10. RGB value is (90,130,16). Sum of RGB (Red+Green+Blue) = 90+130+16=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8210 is #A57DEF. Grayscale: #696969. Windows color (decimal): -10845680 or 1081946. OLE color: 1081946.

HSL color Cylindrical-coordinate representation of color #5A8210: hue angle of 81.05º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A8210 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 130 16 -
CMYK 0.31 0 0.88 0.49
HSL 81.05º 0.78% 0.29% -
HSV(B) 81.05º 0.88% 0.51% -
XYZ 12.29 18.18 3.35 -
YUV 105.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 90 130 16 0.31 0 0.88 0.49 81.05 0.78 0.29
Hex 5A 82 10 1F 0 58 31 51 4E 1D
Octal 132 202 20 37 0 130 61 121 116 35
Binary 1011010 10000010 10000 11111 0 1011000 110001 1010001 1001110 11101

Color Harmonies of #5A8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8210

Black with #5A8210

Text Example


Text Example

White with #5A8210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,130,16); }

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

background-color css

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

 a { background-color: rgb(90,130,16); }

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

border-color css

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

 span { border-color: rgb(90,130,16); }

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