#ABB561

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

Shades of Olive Green #ABB561

Tints of Olive Green #ABB561

Color information

#ABB561 (or 0xABB561) is unknown color: approx Olive Green. HEX triplet: AB, B5 and 61. RGB value is (171,181,97). Sum of RGB (Red+Green+Blue) = 171+181+97=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB561 is #544A9E. Grayscale: #A8A8A8. Windows color (decimal): -5524127 or 6403499. OLE color: 6403499.

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

Color convert

RGB17118197-
CMYK0.0600.460.29
HSL67.14º36.21%54.51%-
HSV(B)67.14º46.41%70.98%-
XYZ35.4842.5717.66-
YUV168.4387.69129.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=38.08%
G=40.31%
B=21.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181970.0600.460.2967.1436.2154.51
HexABB561602E1D432437
Octal2532651416056351034467
Binary101010111011010111000011100101110111011000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB561; }

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

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

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

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

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

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

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

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