Html Css Color HEX #ADAA50 Olive Green

📋 copy color: '#ADAA50'

red 173 ◦ green 170 ◦ blue 80

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

Shades of Olive Green #ADAA50

Tints of Olive Green #ADAA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 40.9%
G = 40.19%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADAA50 (or 0xADAA50) is known color: Olive Green. HEX triplet: AD, AA and 50. RGB value is (173,170,80). Sum of RGB (Red+Green+Blue) = 173+170+80=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA50 is #5255AF. Grayscale: #A1A1A1. Windows color (decimal): -5395888 or 5286573. OLE color: 5286573.

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

Color convert

RGB 173 170 80 -
CMYK 0 0.02 0.54 0.32
HSL 58.06º 0.37% 0.5% -
HSV(B) 58.06º 0.54% 0.68% -
XYZ 33.06 38.21 13.22 -
YUV 160.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 173 170 80 0 0.02 0.54 0.32 58.06 0.37 0.5
Hex AD AA 50 0 2 36 20 3A 25 32
Octal 255 252 120 0 2 66 40 72 45 62
Binary 10101101 10101010 1010000 0 10 110110 100000 111010 100101 110010

Color Harmonies of #ADAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA50

Black with #ADAA50

Text Example


Text Example

White with #ADAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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