#ADAC63

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

Shades of Olive Green #ADAC63

Tints of Olive Green #ADAC63

Color information

#ADAC63 (or 0xADAC63) is unknown color: approx Olive Green. HEX triplet: AD, AC and 63. RGB value is (173,172,99). Sum of RGB (Red+Green+Blue) = 173+172+99=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC63 is #52539C. Grayscale: #A4A4A4. Windows color (decimal): -5395357 or 6532269. OLE color: 6532269.

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

Color convert

RGB17317299-
CMYK00.010.430.32
HSL59.19º31.09%53.33%-
HSV(B)59.19º42.77%67.84%-
XYZ34.2439.2917.58-
YUV163.9891.33134.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=38.96%
G=38.74%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731729900.010.430.3259.1931.0953.33
HexADAC63012B203b1f35
Octal255254143015340733765
Binary101011011010110011000110110101110000011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC63; }

 p { color: rgb(173,172,99); }

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

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

 a { background-color: rgb(173,172,99); }

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

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

 span { border-color: rgb(173,172,99); }

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