#ABBB65

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

Shades of Olive Green #ABBB65

Tints of Olive Green #ABBB65

Color information

#ABBB65 (or 0xABBB65) is unknown color: approx Olive Green. HEX triplet: AB, BB and 65. RGB value is (171,187,101). Sum of RGB (Red+Green+Blue) = 171+187+101=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB65 is #54449A. Grayscale: #ACACAC. Windows color (decimal): -5522587 or 6667179. OLE color: 6667179.

HSL color Cylindrical-coordinate representation of color #ABBB65: hue angle of 71.16º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABBB65 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB171187101-
CMYK0.0900.460.27
HSL71.16º38.74%56.47%-
HSV(B)71.16º45.99%73.33%-
XYZ36.9145.1419.08-
YUV172.4187.7126.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=37.25%
G=40.74%
B=22.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871010.0900.460.2771.1638.7456.47
HexABBB65902E1B472738
Octal25327314511056331074770
Binary1010101110111011110010110010101110110111000111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB65; }

 p { color: rgb(171,187,101); }

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

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

 a { background-color: rgb(171,187,101); }

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

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

 span { border-color: rgb(171,187,101); }

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