#ABB168

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

Shades of Olive Green #ABB168

Tints of Olive Green #ABB168

Color information

#ABB168 (or 0xABB168) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 68. RGB value is (171,177,104). Sum of RGB (Red+Green+Blue) = 171+177+104=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB168 is #544E97. Grayscale: #A7A7A7. Windows color (decimal): -5525144 or 6861227. OLE color: 6861227.

HSL color Cylindrical-coordinate representation of color #ABB168: hue angle of 64.93º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABB168 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB171177104-
CMYK0.0300.410.31
HSL64.93º31.88%55.1%-
HSV(B)64.93º41.24%69.41%-
XYZ35.0241.119.18-
YUV166.8892.51130.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=37.83%
G=39.16%
B=23.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771040.0300.410.3164.9331.8855.1
HexABB16830291F412037
Octal2532611503051371014067
Binary10101011101100011101000110101001111111000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB168; }

 p { color: rgb(171,177,104); }

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

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

 a { background-color: rgb(171,177,104); }

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

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

 span { border-color: rgb(171,177,104); }

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