#ABAC69

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

Shades of Olive Green #ABAC69

Tints of Olive Green #ABAC69

Color information

#ABAC69 (or 0xABAC69) is unknown color: approx Olive Green. HEX triplet: AB, AC and 69. RGB value is (171,172,105). Sum of RGB (Red+Green+Blue) = 171+172+105=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC69 is #545396. Grayscale: #A4A4A4. Windows color (decimal): -5526423 or 6925483. OLE color: 6925483.

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

Color convert

RGB171172105-
CMYK0.0100.390.33
HSL60.9º28.76%54.31%-
HSV(B)60.9º38.95%67.45%-
XYZ34.139.1819.13-
YUV164.0694.67132.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=38.17%
G=38.39%
B=23.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721050.0100.390.3360.928.7654.31
HexABAC691027213d1d36
Octal253254151104741753566
Binary101010111010110011010011010011110000111110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC69; }

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

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

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

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

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

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

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

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