#ACB75A

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

Shades of Olive Green #ACB75A

Tints of Olive Green #ACB75A

Color information

#ACB75A (or 0xACB75A) is unknown color: approx Olive Green. HEX triplet: AC, B7 and 5A. RGB value is (172,183,90). Sum of RGB (Red+Green+Blue) = 172+183+90=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75A is #5348A5. Grayscale: #A9A9A9. Windows color (decimal): -5458086 or 5945260. OLE color: 5945260.

HSL color Cylindrical-coordinate representation of color #ACB75A: hue angle of 67.1º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB75A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB17218390-
CMYK0.0600.510.28
HSL67.1º39.24%53.53%-
HSV(B)67.1º50.82%71.76%-
XYZ35.7943.3816.16-
YUV169.1183.36130.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=38.65%
G=41.12%
B=20.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183900.0600.510.2867.139.2453.53
HexACB75A60331C432736
Octal2542671326063341034766
Binary101011001011011110110101100110011111001000011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB75A; }

 p { color: rgb(172,183,90); }

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

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

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

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

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

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

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