#ACB765

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

Shades of Olive Green #ACB765

Tints of Olive Green #ACB765

Color information

#ACB765 (or 0xACB765) is unknown color: approx Olive Green. HEX triplet: AC, B7 and 65. RGB value is (172,183,101). Sum of RGB (Red+Green+Blue) = 172+183+101=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB765 is #53489A. Grayscale: #AAAAAA. Windows color (decimal): -5458075 or 6666156. OLE color: 6666156.

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

Color convert

RGB172183101-
CMYK0.0600.450.28
HSL68.05º36.28%55.69%-
HSV(B)68.05º44.81%71.76%-
XYZ36.343.5818.81-
YUV170.3688.86129.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=37.72%
G=40.13%
B=22.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831010.0600.450.2868.0536.2855.69
HexACB765602D1C442438
Octal2542671456055341044470
Binary101011001011011111001011100101101111001000100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB765; }

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

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

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

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

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

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

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

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