#ADAA62

Color #ADAA62 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ADAA62

Tints of Olive Green #ADAA62

Color information

#ADAA62 (or 0xADAA62) is unknown color: approx Olive Green. HEX triplet: AD, AA and 62. RGB value is (173,170,98). Sum of RGB (Red+Green+Blue) = 173+170+98=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA62 is #52559D. Grayscale: #A2A2A2. Windows color (decimal): -5395870 or 6466221. OLE color: 6466221.

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

Color convert

RGB17317098-
CMYK00.020.430.32
HSL57.6º31.38%53.14%-
HSV(B)57.6º43.35%67.84%-
XYZ33.8138.5217.21-
YUV162.6991.49135.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=39.23%
G=38.55%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731709800.020.430.3257.631.3853.14
HexADAA62022B203a1f35
Octal255252142025340723765
Binary1010110110101010110001001010101110000011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA62; }

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

 H1.HeaderClassName
 {
   color: #ADAA62;
 }
 .AnyTagClassName
 {
   color: #ADAA62;
 }
</style>
background-color css

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

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

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

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

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

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