#ADAE6A

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

Shades of Olive Green #ADAE6A

Tints of Olive Green #ADAE6A

Color information

#ADAE6A (or 0xADAE6A) is unknown color: approx Olive Green. HEX triplet: AD, AE and 6A. RGB value is (173,174,106). Sum of RGB (Red+Green+Blue) = 173+174+106=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE6A is #525195. Grayscale: #A6A6A6. Windows color (decimal): -5394838 or 6991533. OLE color: 6991533.

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

Color convert

RGB173174106-
CMYK0.0100.390.32
HSL60.88º29.57%54.9%-
HSV(B)60.88º39.08%68.24%-
XYZ34.9740.219.55-
YUV165.9594.17133.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=38.19%
G=38.41%
B=23.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741060.0100.390.3260.8829.5754.9
HexADAE6A1027203d1e37
Octal255256152104740753667
Binary101011011010111011010101010011110000011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE6A; }

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

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

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

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

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

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

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

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