#ACB067

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

Shades of Olive Green #ACB067

Tints of Olive Green #ACB067

Color information

#ACB067 (or 0xACB067) is unknown color: approx Olive Green. HEX triplet: AC, B0 and 67. RGB value is (172,176,103). Sum of RGB (Red+Green+Blue) = 172+176+103=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB067 is #534F98. Grayscale: #A6A6A6. Windows color (decimal): -5459865 or 6795436. OLE color: 6795436.

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

Color convert

RGB172176103-
CMYK0.0200.410.31
HSL63.29º31.6%54.71%-
HSV(B)63.29º41.48%69.02%-
XYZ34.9940.818.86-
YUV166.4892.17131.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=38.14%
G=39.02%
B=22.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761030.0200.410.3163.2931.654.71
HexACB06720291F3f2037
Octal254260147205137774067
Binary1010110010110000110011110010100111111111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB067; }

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

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

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

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

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

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

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

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