Html Css Color HEX #ADAA5E Olive Green

📋 copy color: '#ADAA5E'

red 173 ◦ green 170 ◦ blue 94

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

Shades of Olive Green #ADAA5E

Tints of Olive Green #ADAA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 39.59%
G = 38.9%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADAA5E (or 0xADAA5E) is known color: Olive Green. HEX triplet: AD, AA and 5E. RGB value is (173,170,94). Sum of RGB (Red+Green+Blue) = 173+170+94=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA5E is #5255A1. Grayscale: #A2A2A2. Windows color (decimal): -5395874 or 6204077. OLE color: 6204077.

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

Color convert

RGB 173 170 94 -
CMYK 0 0.02 0.46 0.32
HSL 57.72º 0.33% 0.52% -
HSV(B) 57.72º 0.46% 0.68% -
XYZ 33.63 38.44 16.24 -
YUV 162.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 173 170 94 0 0.02 0.46 0.32 57.72 0.33 0.52
Hex AD AA 5E 0 2 2E 20 3A 21 34
Octal 255 252 136 0 2 56 40 72 41 64
Binary 10101101 10101010 1011110 0 10 101110 100000 111010 100001 110100

Color Harmonies of #ADAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA5E

Black with #ADAA5E

Text Example


Text Example

White with #ADAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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