#ADAE66

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

Shades of Olive Green #ADAE66

Tints of Olive Green #ADAE66

Color information

#ADAE66 (or 0xADAE66) is unknown color: approx Olive Green. HEX triplet: AD, AE and 66. RGB value is (173,174,102). Sum of RGB (Red+Green+Blue) = 173+174+102=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE66 is #525199. Grayscale: #A5A5A5. Windows color (decimal): -5394842 or 6729389. OLE color: 6729389.

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

Color convert

RGB173174102-
CMYK0.0100.410.32
HSL60.83º30.77%54.12%-
HSV(B)60.83º41.38%68.24%-
XYZ34.7740.1218.48-
YUV165.4992.17133.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=38.53%
G=38.75%
B=22.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741020.0100.410.3260.8330.7754.12
HexADAE661029203d1f36
Octal255256146105140753766
Binary101011011010111011001101010100110000011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE66; }

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

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

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

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

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

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

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

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