#ADA657

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

Shades of Olive Green #ADA657

Tints of Olive Green #ADA657

Color information

#ADA657 (or 0xADA657) is unknown color: approx Olive Green. HEX triplet: AD, A6 and 57. RGB value is (173,166,87). Sum of RGB (Red+Green+Blue) = 173+166+87=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA657 is #5259A8. Grayscale: #9F9F9F. Windows color (decimal): -5396905 or 5744301. OLE color: 5744301.

HSL color Cylindrical-coordinate representation of color #ADA657: hue angle of 55.12º degrees, saturation: 0.34, 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 #ADA657 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17316687-
CMYK00.040.500.32
HSL55.12º34.4%50.98%-
HSV(B)55.12º49.71%67.84%-
XYZ32.5936.8414.41-
YUV159.0987.32137.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=40.61%
G=38.97%
B=20.42%

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
Decimal1731668700.040.500.3255.1234.450.98
HexADA657043220372233
Octal255246127046240674263
Binary101011011010011010101110100110010100000110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA657; }

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

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

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

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

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

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

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

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