#ABAA69

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

Shades of Olive Green #ABAA69

Tints of Olive Green #ABAA69

Color information

#ABAA69 (or 0xABAA69) is unknown color: approx Olive Green. HEX triplet: AB, AA and 69. RGB value is (171,170,105). Sum of RGB (Red+Green+Blue) = 171+170+105=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA69 is #545596. Grayscale: #A3A3A3. Windows color (decimal): -5526935 or 6924971. OLE color: 6924971.

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

Color convert

RGB171170105-
CMYK00.010.390.33
HSL59.09º28.21%54.12%-
HSV(B)59.09º38.6%67.06%-
XYZ33.7238.4319-
YUV162.8995.33133.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=38.34%
G=38.12%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117010500.010.390.3359.0928.2154.12
HexABAA690127213b1c36
Octal253252151014741733466
Binary101010111010101011010010110011110000111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA69; }

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

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

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

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

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

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

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

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