#ABB568

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

Shades of Olive Green #ABB568

Tints of Olive Green #ABB568

Color information

#ABB568 (or 0xABB568) is unknown color: approx Olive Green. HEX triplet: AB, B5 and 68. RGB value is (171,181,104). Sum of RGB (Red+Green+Blue) = 171+181+104=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB568 is #544A97. Grayscale: #A9A9A9. Windows color (decimal): -5524120 or 6862251. OLE color: 6862251.

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

Color convert

RGB171181104-
CMYK0.0600.430.29
HSL67.79º34.22%55.88%-
HSV(B)67.79º42.54%70.98%-
XYZ35.8242.7119.45-
YUV169.2391.19129.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=37.5%
G=39.69%
B=22.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811040.0600.430.2967.7934.2255.88
HexABB568602B1D442238
Octal2532651506053351044270
Binary101010111011010111010001100101011111011000100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB568; }

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

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

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

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

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

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

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

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