#ABBA68

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

Shades of Olive Green #ABBA68

Tints of Olive Green #ABBA68

Color information

#ABBA68 (or 0xABBA68) is unknown color: approx Olive Green. HEX triplet: AB, BA and 68. RGB value is (171,186,104). Sum of RGB (Red+Green+Blue) = 171+186+104=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA68 is #544597. Grayscale: #ACACAC. Windows color (decimal): -5522840 or 6863531. OLE color: 6863531.

HSL color Cylindrical-coordinate representation of color #ABBA68: hue angle of 70.98º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABBA68 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB171186104-
CMYK0.0800.440.27
HSL70.98º37.27%56.86%-
HSV(B)70.98º44.09%72.94%-
XYZ36.8544.7819.8-
YUV172.1789.53127.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=37.09%
G=40.35%
B=22.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861040.0800.440.2770.9837.2756.86
HexABBA68802C1B472539
Octal25327215010054331074571
Binary1010101110111010110100010000101100110111000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA68; }

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

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

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

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

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

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

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

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