Html Css Color HEX #ADAA5A Olive Green

📋 copy color: '#ADAA5A'

red 173 ◦ green 170 ◦ blue 90

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

Shades of Olive Green #ADAA5A

Tints of Olive Green #ADAA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 39.95%
G = 39.26%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ADAA5A (or 0xADAA5A) is known color: Olive Green. HEX triplet: AD, AA and 5A. RGB value is (173,170,90). Sum of RGB (Red+Green+Blue) = 173+170+90=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA5A is #5255A5. Grayscale: #A2A2A2. Windows color (decimal): -5395878 or 5941933. OLE color: 5941933.

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

Color convert

RGB 173 170 90 -
CMYK 0 0.02 0.48 0.32
HSL 57.83º 0.34% 0.52% -
HSV(B) 57.83º 0.48% 0.68% -
XYZ 33.45 38.37 15.32 -
YUV 161.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 173 170 90 0 0.02 0.48 0.32 57.83 0.34 0.52
Hex AD AA 5A 0 2 30 20 3A 22 34
Octal 255 252 132 0 2 60 40 72 42 64
Binary 10101101 10101010 1011010 0 10 110000 100000 111010 100010 110100

Color Harmonies of #ADAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA5A

Black with #ADAA5A

Text Example


Text Example

White with #ADAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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