#ADA656

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

Shades of Olive Green #ADA656

Tints of Olive Green #ADA656

Color information

#ADA656 (or 0xADA656) is unknown color: approx Olive Green. HEX triplet: AD, A6 and 56. RGB value is (173,166,86). Sum of RGB (Red+Green+Blue) = 173+166+86=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA656 is #5259A9. Grayscale: #9F9F9F. Windows color (decimal): -5396906 or 5678765. OLE color: 5678765.

HSL color Cylindrical-coordinate representation of color #ADA656: hue angle of 55.17º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA656 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17316686-
CMYK00.040.500.32
HSL55.17º34.66%50.78%-
HSV(B)55.17º50.29%67.84%-
XYZ32.5536.8314.2-
YUV158.9786.82138-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=40.71%
G=39.06%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731668600.040.500.3255.1734.6650.78
HexADA656043220372333
Octal255246126046240674363
Binary101011011010011010101100100110010100000110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA656; }

 p { color: rgb(173,166,86); }

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

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

 a { background-color: rgb(173,166,86); }

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

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

 span { border-color: rgb(173,166,86); }

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