#ACB665

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

Shades of Olive Green #ACB665

Tints of Olive Green #ACB665

Color information

#ACB665 (or 0xACB665) is unknown color: approx Olive Green. HEX triplet: AC, B6 and 65. RGB value is (172,182,101). Sum of RGB (Red+Green+Blue) = 172+182+101=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB665 is #53499A. Grayscale: #AAAAAA. Windows color (decimal): -5458331 or 6665900. OLE color: 6665900.

HSL color Cylindrical-coordinate representation of color #ACB665: hue angle of 67.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACB665 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB172182101-
CMYK0.0500.450.29
HSL67.41º35.68%55.49%-
HSV(B)67.41º44.51%71.37%-
XYZ36.0943.1718.74-
YUV169.7889.19129.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=37.80%
G=40%
B=22.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821010.0500.450.2967.4135.6855.49
HexACB665502D1D432437
Octal2542661455055351034467
Binary101011001011011011001011010101101111011000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB665; }

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

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

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

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

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

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

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

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