#ACB065

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

Shades of Olive Green #ACB065

Tints of Olive Green #ACB065

Color information

#ACB065 (or 0xACB065) is unknown color: approx Olive Green. HEX triplet: AC, B0 and 65. RGB value is (172,176,101). Sum of RGB (Red+Green+Blue) = 172+176+101=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB065 is #534F9A. Grayscale: #A6A6A6. Windows color (decimal): -5459867 or 6664364. OLE color: 6664364.

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

Color convert

RGB172176101-
CMYK0.0200.430.31
HSL63.2º32.19%54.31%-
HSV(B)63.2º42.61%69.02%-
XYZ34.8940.7618.34-
YUV166.2591.17132.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=38.31%
G=39.20%
B=22.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761010.0200.430.3163.232.1954.31
HexACB065202B1F3f2036
Octal254260145205337774066
Binary1010110010110000110010110010101111111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB065; }

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

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

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

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

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

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

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

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