#ACAC60

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

Shades of Olive Green #ACAC60

Tints of Olive Green #ACAC60

Color information

#ACAC60 (or 0xACAC60) is unknown color: approx Olive Green. HEX triplet: AC, AC and 60. RGB value is (172,172,96). Sum of RGB (Red+Green+Blue) = 172+172+96=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC60 is #53539F. Grayscale: #A3A3A3. Windows color (decimal): -5460896 or 6335660. OLE color: 6335660.

HSL color Cylindrical-coordinate representation of color #ACAC60: hue angle of 60º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACAC60 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17217296-
CMYK000.440.33
HSL60º31.4%52.55%-
HSV(B)60º44.19%67.45%-
XYZ33.8839.1216.83-
YUV163.3490134.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=39.09%
G=39.09%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217296000.440.336031.452.55
HexACAC60002C213c1f35
Octal254254140005441743765
Binary101011001010110011000000010110010000111110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC60; }

 p { color: rgb(172,172,96); }

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

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

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

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

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

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

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