#ACAA68

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

Shades of Olive Green #ACAA68

Tints of Olive Green #ACAA68

Color information

#ACAA68 (or 0xACAA68) is unknown color: approx Olive Green. HEX triplet: AC, AA and 68. RGB value is (172,170,104). Sum of RGB (Red+Green+Blue) = 172+170+104=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA68 is #535597. Grayscale: #A3A3A3. Windows color (decimal): -5461400 or 6859436. OLE color: 6859436.

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

Color convert

RGB172170104-
CMYK00.010.400.33
HSL58.24º29.06%54.12%-
HSV(B)58.24º39.53%67.45%-
XYZ33.8938.5218.75-
YUV163.0794.66134.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=38.57%
G=38.12%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217010400.010.400.3358.2429.0654.12
HexACAA680128213a1d36
Octal254252150015041723566
Binary101011001010101011010000110100010000111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA68; }

 p { color: rgb(172,170,104); }

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

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

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

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

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

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

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