#ABB169

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

Shades of Olive Green #ABB169

Tints of Olive Green #ABB169

Color information

#ABB169 (or 0xABB169) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 69. RGB value is (171,177,105). Sum of RGB (Red+Green+Blue) = 171+177+105=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB169 is #544E96. Grayscale: #A7A7A7. Windows color (decimal): -5525143 or 6926763. OLE color: 6926763.

HSL color Cylindrical-coordinate representation of color #ABB169: hue angle of 65º 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 #ABB169 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB171177105-
CMYK0.0300.410.31
HSL65º31.58%55.29%-
HSV(B)65º40.68%69.41%-
XYZ35.0741.1219.45-
YUV16793.01130.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=37.75%
G=39.07%
B=23.18%

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
Decimal1711771050.0300.410.316531.5855.29
HexABB16930291F412037
Octal2532611513051371014067
Binary10101011101100011101001110101001111111000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB169; }

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

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

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

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

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

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

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

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