#ACAC61

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

Shades of Olive Green #ACAC61

Tints of Olive Green #ACAC61

Color information

#ACAC61 (or 0xACAC61) is unknown color: approx Olive Green. HEX triplet: AC, AC and 61. RGB value is (172,172,97). Sum of RGB (Red+Green+Blue) = 172+172+97=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC61 is #53539E. Grayscale: #A3A3A3. Windows color (decimal): -5460895 or 6401196. OLE color: 6401196.

HSL color Cylindrical-coordinate representation of color #ACAC61: 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 #ACAC61 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17217297-
CMYK000.440.33
HSL60º31.12%52.75%-
HSV(B)60º43.6%67.45%-
XYZ33.9239.1417.08-
YUV163.4590.5134.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=39.00%
G=39.00%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217297000.440.336031.1252.75
HexACAC61002C213c1f35
Octal254254141005441743765
Binary101011001010110011000010010110010000111110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC61; }

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

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

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

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

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

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

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

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