#ABB466

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

Shades of Olive Green #ABB466

Tints of Olive Green #ABB466

Color information

#ABB466 (or 0xABB466) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 66. RGB value is (171,180,102). Sum of RGB (Red+Green+Blue) = 171+180+102=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB466 is #544B99. Grayscale: #A8A8A8. Windows color (decimal): -5524378 or 6730923. OLE color: 6730923.

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

Color convert

RGB171180102-
CMYK0.0500.430.29
HSL66.92º34.21%55.29%-
HSV(B)66.92º43.33%70.59%-
XYZ35.5142.2618.86-
YUV168.4290.52129.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=37.75%
G=39.74%
B=22.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801020.0500.430.2966.9234.2155.29
HexABB466502B1D432237
Octal2532641465053351034267
Binary101010111011010011001101010101011111011000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB466; }

 p { color: rgb(171,180,102); }

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

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

 a { background-color: rgb(171,180,102); }

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

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

 span { border-color: rgb(171,180,102); }

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