#ACB76A

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

Shades of Olive Green #ACB76A

Tints of Olive Green #ACB76A

Color information

#ACB76A (or 0xACB76A) is unknown color: approx Olive Green. HEX triplet: AC, B7 and 6A. RGB value is (172,183,106). Sum of RGB (Red+Green+Blue) = 172+183+106=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76A is #534895. Grayscale: #ABABAB. Windows color (decimal): -5458070 or 6993836. OLE color: 6993836.

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

Color convert

RGB172183106-
CMYK0.0600.420.28
HSL68.57º34.84%56.67%-
HSV(B)68.57º42.08%71.76%-
XYZ36.5543.6820.14-
YUV170.9391.36128.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=37.31%
G=39.70%
B=22.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831060.0600.420.2868.5734.8456.67
HexACB76A602A1C452339
Octal2542671526052341054371
Binary101011001011011111010101100101010111001000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB76A; }

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

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

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

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

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

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

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

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