#ABB469

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

Shades of Olive Green #ABB469

Tints of Olive Green #ABB469

Color information

#ABB469 (or 0xABB469) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 69. RGB value is (171,180,105). Sum of RGB (Red+Green+Blue) = 171+180+105=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB469 is #544B96. Grayscale: #A9A9A9. Windows color (decimal): -5524375 or 6927531. OLE color: 6927531.

HSL color Cylindrical-coordinate representation of color #ABB469: hue angle of 67.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABB469 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB171180105-
CMYK0.0500.420.29
HSL67.2º33.33%55.88%-
HSV(B)67.2º41.67%70.59%-
XYZ35.6742.3219.65-
YUV168.7692.02129.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=37.5%
G=39.47%
B=23.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801050.0500.420.2967.233.3355.88
HexABB469502A1D432138
Octal2532641515052351034170
Binary101010111011010011010011010101010111011000011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB469; }

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

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

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

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

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

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

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

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