#ACA75D

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

Shades of Olive Green #ACA75D

Tints of Olive Green #ACA75D

Color information

#ACA75D (or 0xACA75D) is unknown color: approx Olive Green. HEX triplet: AC, A7 and 5D. RGB value is (172,167,93). Sum of RGB (Red+Green+Blue) = 172+167+93=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA75D is #5358A2. Grayscale: #A0A0A0. Windows color (decimal): -5462179 or 6137772. OLE color: 6137772.

HSL color Cylindrical-coordinate representation of color #ACA75D: hue angle of 56.2º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACA75D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17216793-
CMYK00.030.460.33
HSL56.2º32.24%51.96%-
HSV(B)56.2º45.93%67.45%-
XYZ32.8137.215.81-
YUV160.0690.16136.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=39.81%
G=38.66%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721679300.030.460.3356.232.2451.96
HexACA75D032E21382034
Octal254247135035641704064
Binary10101100101001111011101011101110100001111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA75D; }

 p { color: rgb(172,167,93); }

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

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

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

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

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

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

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