#ADA654

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

Shades of Olive Green #ADA654

Tints of Olive Green #ADA654

Color information

#ADA654 (or 0xADA654) is unknown color: approx Olive Green. HEX triplet: AD, A6 and 54. RGB value is (173,166,84). Sum of RGB (Red+Green+Blue) = 173+166+84=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA654 is #5259AB. Grayscale: #9F9F9F. Windows color (decimal): -5396908 or 5547693. OLE color: 5547693.

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

Color convert

RGB17316684-
CMYK00.040.510.32
HSL55.28º35.18%50.39%-
HSV(B)55.28º51.45%67.84%-
XYZ32.4736.813.78-
YUV158.7485.82138.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=40.90%
G=39.24%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731668400.040.510.3255.2835.1850.39
HexADA654043320372332
Octal255246124046340674362
Binary101011011010011010101000100110011100000110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA654; }

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

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

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

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

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

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

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

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