#ADAE60

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

Shades of Olive Green #ADAE60

Tints of Olive Green #ADAE60

Color information

#ADAE60 (or 0xADAE60) is unknown color: approx Olive Green. HEX triplet: AD, AE and 60. RGB value is (173,174,96). Sum of RGB (Red+Green+Blue) = 173+174+96=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE60 is #52519F. Grayscale: #A5A5A5. Windows color (decimal): -5394848 or 6336173. OLE color: 6336173.

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

Color convert

RGB17317496-
CMYK0.0100.450.32
HSL60.77º32.5%52.94%-
HSV(B)60.77º44.83%68.24%-
XYZ34.484016.97-
YUV164.8189.17133.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=39.05%
G=39.28%
B=21.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173174960.0100.450.3260.7732.552.94
HexADAE60102D203d2035
Octal255256140105540754065
Binary1010110110101110110000010101101100000111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE60; }

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

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

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

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

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

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

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

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