#ABB662

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

Shades of Olive Green #ABB662

Tints of Olive Green #ABB662

Color information

#ABB662 (or 0xABB662) is unknown color: approx Olive Green. HEX triplet: AB, B6 and 62. RGB value is (171,182,98). Sum of RGB (Red+Green+Blue) = 171+182+98=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB662 is #54499D. Grayscale: #A9A9A9. Windows color (decimal): -5523870 or 6469291. OLE color: 6469291.

HSL color Cylindrical-coordinate representation of color #ABB662: hue angle of 67.86º degrees, saturation: 0.37, 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 #ABB662 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB17118298-
CMYK0.0600.460.29
HSL67.86º36.52%54.9%-
HSV(B)67.86º46.15%71.37%-
XYZ35.734317.97-
YUV169.1487.86129.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=37.92%
G=40.35%
B=21.73%

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
Decimal171182980.0600.460.2967.8636.5254.9
HexABB662602E1D442537
Octal2532661426056351044567
Binary101010111011011011000101100101110111011000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB662; }

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

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

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

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

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

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

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

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