#ABAC6B

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

Shades of Olive Green #ABAC6B

Tints of Olive Green #ABAC6B

Color information

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

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

Color convert

RGB171172107-
CMYK0.0100.380.33
HSL60.92º28.14%54.71%-
HSV(B)60.92º37.79%67.45%-
XYZ34.239.2219.68-
YUV164.2995.67132.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721070.0100.380.3360.9228.1454.71
HexABAC6B1026213d1c37
Octal253254153104641753467
Binary101010111010110011010111010011010000111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC6B; }

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

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

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

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

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

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

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

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