Html Css Color HEX #ADAA59 Olive Green

📋 copy color: '#ADAA59'

red 173 ◦ green 170 ◦ blue 89

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

Shades of Olive Green #ADAA59

Tints of Olive Green #ADAA59

RGB

 RED value IS 173 (67.97% from 255) = 40.05%

 GREEN value IS 170 (66.8% from 255) = 39.35%

 BLUE value IS 89 (35.16% from 255) = 20.6%

R = 40.05%
G = 39.35%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADAA59 (or 0xADAA59) is known color: Olive Green. HEX triplet: AD, AA and 59. RGB value is (173,170,89). Sum of RGB (Red+Green+Blue) = 173+170+89=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA59 is #5255A6. Grayscale: #A1A1A1. Windows color (decimal): -5395879 or 5876397. OLE color: 5876397.

HSL color Cylindrical-coordinate representation of color #ADAA59: hue angle of 57.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADAA59 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 89 -
CMYK 0 0.02 0.49 0.32
HSL 57.86º 0.34% 0.51% -
HSV(B) 57.86º 0.49% 0.68% -
XYZ 33.41 38.35 15.09 -
YUV 161.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 173 170 89 0 0.02 0.49 0.32 57.86 0.34 0.51
Hex AD AA 59 0 2 31 20 3A 22 33
Octal 255 252 131 0 2 61 40 72 42 63
Binary 10101101 10101010 1011001 0 10 110001 100000 111010 100010 110011

Color Harmonies of #ADAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA59

Black with #ADAA59

Text Example


Text Example

White with #ADAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA59; }

 p { color: rgb(173,170,89); }

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

background-color css

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

 a { background-color: rgb(173,170,89); }

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

border-color css

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

 span { border-color: rgb(173,170,89); }

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