#ACAA67

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

Shades of Olive Green #ACAA67

Tints of Olive Green #ACAA67

Color information

#ACAA67 (or 0xACAA67) is unknown color: approx Olive Green. HEX triplet: AC, AA and 67. RGB value is (172,170,103). Sum of RGB (Red+Green+Blue) = 172+170+103=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA67 is #535598. Grayscale: #A3A3A3. Windows color (decimal): -5461401 or 6793900. OLE color: 6793900.

HSL color Cylindrical-coordinate representation of color #ACAA67: hue angle of 58.26º 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 #ACAA67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172170103-
CMYK00.010.400.33
HSL58.26º29.36%53.92%-
HSV(B)58.26º40.12%67.45%-
XYZ33.8438.518.48-
YUV162.9694.16134.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 103 (40.62% from 255) = 23.15%
R=38.65%
G=38.20%
B=23.15%

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
Decimal17217010300.010.400.3358.2629.3653.92
HexACAA670128213a1d36
Octal254252147015041723566
Binary101011001010101011001110110100010000111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA67; }

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

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

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

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

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

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

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

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