#ADAA59

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

Shades of Olive Green #ADAA59

Tints of Olive Green #ADAA59

Color information

#ADAA59 (or 0xADAA59) is unknown color: approx Olive Green. HEX triplet: AD, AA and 59. RGB value is (173,170,89). Sum of RGB (Red+Green+Blue) = 173+170+89=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA59 is #5255A6. Grayscale: #A1A1A1. Windows color (decimal): -5395879 or 5876397. OLE color: 5876397.

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

Color convert

RGB17317089-
CMYK00.020.490.32
HSL57.86º33.87%51.37%-
HSV(B)57.86º48.55%67.84%-
XYZ33.4138.3515.09-
YUV161.6686.99136.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 89 (35.16% from 255) = 20.60%
R=40.05%
G=39.35%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731708900.020.490.3257.8633.8751.37
HexADAA590231203a2233
Octal255252131026140724263
Binary10101101101010101011001010110001100000111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA59; }

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

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

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

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

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

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

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

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