#ACAB6B

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

Shades of Olive Green #ACAB6B

Tints of Olive Green #ACAB6B

Color information

#ACAB6B (or 0xACAB6B) is unknown color: approx Olive Green. HEX triplet: AC, AB and 6B. RGB value is (172,171,107). Sum of RGB (Red+Green+Blue) = 172+171+107=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB6B is #535494. Grayscale: #A4A4A4. Windows color (decimal): -5461141 or 7056300. OLE color: 7056300.

HSL color Cylindrical-coordinate representation of color #ACAB6B: hue angle of 59.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACAB6B is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172171107-
CMYK00.010.380.33
HSL59.08º28.14%54.71%-
HSV(B)59.08º37.79%67.45%-
XYZ34.2338.9619.63-
YUV16495.83133.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 107 (42.19% from 255) = 23.78%
R=38.22%
G=38%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217110700.010.380.3359.0828.1454.71
HexACAB6B0126213b1c37
Octal254253153014641733467
Binary101011001010101111010110110011010000111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB6B; }

 p { color: rgb(172,171,107); }

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

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

 a { background-color: rgb(172,171,107); }

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

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

 span { border-color: rgb(172,171,107); }

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