#ACA75E

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

Shades of Olive Green #ACA75E

Tints of Olive Green #ACA75E

Color information

#ACA75E (or 0xACA75E) is unknown color: approx Olive Green. HEX triplet: AC, A7 and 5E. RGB value is (172,167,94). Sum of RGB (Red+Green+Blue) = 172+167+94=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA75E is #5358A1. Grayscale: #A0A0A0. Windows color (decimal): -5462178 or 6203308. OLE color: 6203308.

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

Color convert

RGB17216794-
CMYK00.030.450.33
HSL56.15º31.97%52.16%-
HSV(B)56.15º45.35%67.45%-
XYZ32.8537.2216.04-
YUV160.1790.66136.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 167 (65.62% from 255) = 38.57%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=39.72%
G=38.57%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721679400.030.450.3356.1531.9752.16
HexACA75E032D21382034
Octal254247136035541704064
Binary10101100101001111011110011101101100001111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA75E; }

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

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

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

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

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

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

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

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