#ADAE62

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

Shades of Olive Green #ADAE62

Tints of Olive Green #ADAE62

Color information

#ADAE62 (or 0xADAE62) is unknown color: approx Olive Green. HEX triplet: AD, AE and 62. RGB value is (173,174,98). Sum of RGB (Red+Green+Blue) = 173+174+98=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE62 is #52519D. Grayscale: #A5A5A5. Windows color (decimal): -5394846 or 6467245. OLE color: 6467245.

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

Color convert

RGB17317498-
CMYK0.0100.440.32
HSL60.79º31.93%53.33%-
HSV(B)60.79º43.68%68.24%-
XYZ34.5740.0417.46-
YUV165.0490.17133.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=38.88%
G=39.10%
B=22.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173174980.0100.440.3260.7931.9353.33
HexADAE62102C203d2035
Octal255256142105440754065
Binary1010110110101110110001010101100100000111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE62; }

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

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

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

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

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

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

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

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