Html Css Color HEX #ADAA56 Olive Green

📋 copy color: '#ADAA56'

red 173 ◦ green 170 ◦ blue 86

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

Shades of Olive Green #ADAA56

Tints of Olive Green #ADAA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 40.33%
G = 39.63%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADAA56 (or 0xADAA56) is known color: Olive Green. HEX triplet: AD, AA and 56. RGB value is (173,170,86). Sum of RGB (Red+Green+Blue) = 173+170+86=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA56 is #5255A9. Grayscale: #A1A1A1. Windows color (decimal): -5395882 or 5679789. OLE color: 5679789.

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

Color convert

RGB 173 170 86 -
CMYK 0 0.02 0.50 0.32
HSL 57.93º 0.35% 0.51% -
HSV(B) 57.93º 0.5% 0.68% -
XYZ 33.29 38.31 14.44 -
YUV 161.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 173 170 86 0 0.02 0.50 0.32 57.93 0.35 0.51
Hex AD AA 56 0 2 32 20 3A 23 33
Octal 255 252 126 0 2 62 40 72 43 63
Binary 10101101 10101010 1010110 0 10 110010 100000 111010 100011 110011

Color Harmonies of #ADAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA56

Black with #ADAA56

Text Example


Text Example

White with #ADAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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