#ADAC64

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

Shades of Olive Green #ADAC64

Tints of Olive Green #ADAC64

Color information

#ADAC64 (or 0xADAC64) is unknown color: approx Olive Green. HEX triplet: AD, AC and 64. RGB value is (173,172,100). Sum of RGB (Red+Green+Blue) = 173+172+100=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC64 is #52539B. Grayscale: #A4A4A4. Windows color (decimal): -5395356 or 6597805. OLE color: 6597805.

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

Color convert

RGB173172100-
CMYK00.010.420.32
HSL59.18º30.8%53.53%-
HSV(B)59.18º42.2%67.84%-
XYZ34.2939.3117.84-
YUV164.0991.83134.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=38.88%
G=38.65%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317210000.010.420.3259.1830.853.53
HexADAC64012A203b1f36
Octal255254144015240733766
Binary101011011010110011001000110101010000011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC64; }

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

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

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

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

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

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

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

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