#ACB06D

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

Shades of Olive Green #ACB06D

Tints of Olive Green #ACB06D

Color information

#ACB06D (or 0xACB06D) is unknown color: approx Olive Green. HEX triplet: AC, B0 and 6D. RGB value is (172,176,109). Sum of RGB (Red+Green+Blue) = 172+176+109=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB06D is #534F92. Grayscale: #A7A7A7. Windows color (decimal): -5459859 or 7188652. OLE color: 7188652.

HSL color Cylindrical-coordinate representation of color #ACB06D: hue angle of 63.58º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB06D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB172176109-
CMYK0.0200.380.31
HSL63.58º29.78%55.88%-
HSV(B)63.58º38.07%69.02%-
XYZ35.340.9320.51-
YUV167.1795.17131.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=37.64%
G=38.51%
B=23.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761090.0200.380.3163.5829.7855.88
HexACB06D20261F401e38
Octal2542601552046371003670
Binary1010110010110000110110110010011011111100000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB06D; }

 p { color: rgb(172,176,109); }

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

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

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

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

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

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

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