#8AB765

Color #8AB765 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8AB765

Tints of Mantis #8AB765

Color information

#8AB765 (or 0x8AB765) is unknown color: approx Mantis. HEX triplet: 8A, B7 and 65. RGB value is (138,183,101). Sum of RGB (Red+Green+Blue) = 138+183+101=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB765 is #75489A. Grayscale: #A0A0A0. Windows color (decimal): -7686299 or 6666122. OLE color: 6666122.

HSL color Cylindrical-coordinate representation of color #8AB765: hue angle of 92.93º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB765 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB138183101-
CMYK0.2500.450.28
HSL92.93º36.28%55.69%-
HSV(B)92.93º44.81%71.76%-
XYZ29.7640.2118.5-
YUV160.294.59112.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=32.70%
G=43.36%
B=23.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381831010.2500.450.2892.9336.2855.69
Hex8AB7651902D1C5d2438
Octal21226714531055341354470
Binary10001010101101111100101110010101101111001011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB765; }

 p { color: rgb(138,183,101); }

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

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

 a { background-color: rgb(138,183,101); }

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

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

 span { border-color: rgb(138,183,101); }

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