#ACAC65

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

Shades of Olive Green #ACAC65

Tints of Olive Green #ACAC65

Color information

#ACAC65 (or 0xACAC65) is unknown color: approx Olive Green. HEX triplet: AC, AC and 65. RGB value is (172,172,101). Sum of RGB (Red+Green+Blue) = 172+172+101=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC65 is #53539A. Grayscale: #A4A4A4. Windows color (decimal): -5460891 or 6663340. OLE color: 6663340.

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

Color convert

RGB172172101-
CMYK000.410.33
HSL60º29.96%53.53%-
HSV(B)60º41.28%67.45%-
XYZ34.1139.2218.08-
YUV163.9192.5133.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=38.65%
G=38.65%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172101000.410.336029.9653.53
HexACAC650029213c1e36
Octal254254145005141743666
Binary101011001010110011001010010100110000111110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC65; }

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

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

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

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

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

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

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

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