#ADA756

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

Shades of Olive Green #ADA756

Tints of Olive Green #ADA756

Color information

#ADA756 (or 0xADA756) is unknown color: approx Olive Green. HEX triplet: AD, A7 and 56. RGB value is (173,167,86). Sum of RGB (Red+Green+Blue) = 173+167+86=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA756 is #5258A9. Grayscale: #9F9F9F. Windows color (decimal): -5396650 or 5679021. OLE color: 5679021.

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

Color convert

RGB17316786-
CMYK00.030.500.32
HSL55.86º34.66%50.78%-
HSV(B)55.86º50.29%67.84%-
XYZ32.7337.1914.26-
YUV159.5686.49137.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=40.61%
G=39.20%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731678600.030.500.3255.8634.6650.78
HexADA756033220382333
Octal255247126036240704363
Binary10101101101001111010110011110010100000111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA756; }

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

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

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

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

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

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

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

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