#ACAB6A

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

Shades of Olive Green #ACAB6A

Tints of Olive Green #ACAB6A

Color information

#ACAB6A (or 0xACAB6A) is unknown color: approx Olive Green. HEX triplet: AC, AB and 6A. RGB value is (172,171,106). Sum of RGB (Red+Green+Blue) = 172+171+106=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB6A is #535495. Grayscale: #A4A4A4. Windows color (decimal): -5461142 or 6990764. OLE color: 6990764.

HSL color Cylindrical-coordinate representation of color #ACAB6A: hue angle of 59.09º 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 #ACAB6A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172171106-
CMYK00.010.380.33
HSL59.09º28.45%54.51%-
HSV(B)59.09º38.37%67.45%-
XYZ34.1838.9419.35-
YUV163.8995.33133.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=38.31%
G=38.08%
B=23.61%

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
Decimal17217110600.010.380.3359.0928.4554.51
HexACAB6A0126213b1c37
Octal254253152014641733467
Binary101011001010101111010100110011010000111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB6A; }

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

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

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

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

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

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

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

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