#ACB368

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

Shades of Olive Green #ACB368

Tints of Olive Green #ACB368

Color information

#ACB368 (or 0xACB368) is unknown color: approx Olive Green. HEX triplet: AC, B3 and 68. RGB value is (172,179,104). Sum of RGB (Red+Green+Blue) = 172+179+104=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB368 is #534C97. Grayscale: #A8A8A8. Windows color (decimal): -5459096 or 6861740. OLE color: 6861740.

HSL color Cylindrical-coordinate representation of color #ACB368: hue angle of 65.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB368 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB172179104-
CMYK0.0400.420.30
HSL65.6º33.04%55.49%-
HSV(B)65.6º41.9%70.2%-
XYZ35.6342.0119.33-
YUV168.3691.68130.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=37.80%
G=39.34%
B=22.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791040.0400.420.3065.633.0455.49
HexACB368402A1E422137
Octal2542631504052361024167
Binary101011001011001111010001000101010111101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB368; }

 p { color: rgb(172,179,104); }

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

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

 a { background-color: rgb(172,179,104); }

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

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

 span { border-color: rgb(172,179,104); }

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