#ABB661

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

Shades of Olive Green #ABB661

Tints of Olive Green #ABB661

Color information

#ABB661 (or 0xABB661) is unknown color: approx Olive Green. HEX triplet: AB, B6 and 61. RGB value is (171,182,97). Sum of RGB (Red+Green+Blue) = 171+182+97=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB661 is #54499E. Grayscale: #A9A9A9. Windows color (decimal): -5523871 or 6403755. OLE color: 6403755.

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

Color convert

RGB17118297-
CMYK0.0600.470.29
HSL67.76º36.8%54.71%-
HSV(B)67.76º46.7%71.37%-
XYZ35.6842.9817.72-
YUV169.0287.36129.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=38%
G=40.44%
B=21.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171182970.0600.470.2967.7636.854.71
HexABB661602F1D442537
Octal2532661416057351044567
Binary101010111011011011000011100101111111011000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB661; }

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

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

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

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

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

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

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

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