#8BC675

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

Shades of Mantis #8BC675

Tints of Mantis #8BC675

Color information

#8BC675 (or 0x8BC675) is unknown color: approx Mantis. HEX triplet: 8B, C6 and 75. RGB value is (139,198,117). Sum of RGB (Red+Green+Blue) = 139+198+117=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC675 is #74398A. Grayscale: #ABABAB. Windows color (decimal): -7616907 or 7718539. OLE color: 7718539.

HSL color Cylindrical-coordinate representation of color #8BC675: hue angle of 103.7º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BC675 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB139198117-
CMYK0.3000.410.22
HSL103.7º41.54%61.76%-
HSV(B)103.7º40.91%77.65%-
XYZ34.0547.1624.14-
YUV171.1297.45105.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=30.62%
G=43.61%
B=25.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391981170.3000.410.22103.741.5461.76
Hex8BC6751E02916682a3e
Octal21330616536051261505276
Binary10001011110001101110101111100101001101101101000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,117); }

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

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

 a { background-color: rgb(139,198,117); }

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

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

 span { border-color: rgb(139,198,117); }

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