#ACAC6C

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

Shades of Olive Green #ACAC6C

Tints of Olive Green #ACAC6C

Color information

#ACAC6C (or 0xACAC6C) is unknown color: approx Olive Green. HEX triplet: AC, AC and 6C. RGB value is (172,172,108). Sum of RGB (Red+Green+Blue) = 172+172+108=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC6C is #535393. Grayscale: #A4A4A4. Windows color (decimal): -5460884 or 7122092. OLE color: 7122092.

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

Color convert

RGB172172108-
CMYK000.370.33
HSL60º27.83%54.9%-
HSV(B)60º37.21%67.45%-
XYZ34.4739.3619.97-
YUV164.796133.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=38.05%
G=38.05%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172108000.370.336027.8354.9
HexACAC6C0025213c1c37
Octal254254154004541743467
Binary101011001010110011011000010010110000111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC6C; }

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

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

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

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

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

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

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

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