#ACB660

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

Shades of Olive Green #ACB660

Tints of Olive Green #ACB660

Color information

#ACB660 (or 0xACB660) is unknown color: approx Olive Green. HEX triplet: AC, B6 and 60. RGB value is (172,182,96). Sum of RGB (Red+Green+Blue) = 172+182+96=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB660 is #53499F. Grayscale: #A9A9A9. Windows color (decimal): -5458336 or 6338220. OLE color: 6338220.

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

Color convert

RGB17218296-
CMYK0.0500.470.29
HSL66.98º37.07%54.51%-
HSV(B)66.98º47.25%71.37%-
XYZ35.8543.0717.49-
YUV169.2186.69129.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=38.22%
G=40.44%
B=21.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182960.0500.470.2966.9837.0754.51
HexACB660502F1D432537
Octal2542661405057351034567
Binary101011001011011011000001010101111111011000011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB660; }

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

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

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

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

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

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

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

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