#ABAA68

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

Shades of Olive Green #ABAA68

Tints of Olive Green #ABAA68

Color information

#ABAA68 (or 0xABAA68) is unknown color: approx Olive Green. HEX triplet: AB, AA and 68. RGB value is (171,170,104). Sum of RGB (Red+Green+Blue) = 171+170+104=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA68 is #545597. Grayscale: #A3A3A3. Windows color (decimal): -5526936 or 6859435. OLE color: 6859435.

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

Color convert

RGB171170104-
CMYK00.010.390.33
HSL59.1º28.51%53.92%-
HSV(B)59.1º39.18%67.06%-
XYZ33.6738.4118.74-
YUV162.7794.83133.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=38.43%
G=38.20%
B=23.37%

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
Decimal17117010400.010.390.3359.128.5153.92
HexABAA680127213b1d36
Octal253252150014741733566
Binary101010111010101011010000110011110000111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA68; }

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

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

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

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

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

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

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

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