#75B457

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

Shades of Mantis #75B457

Tints of Mantis #75B457

Color information

#75B457 (or 0x75B457) is unknown color: approx Mantis. HEX triplet: 75, B4 and 57. RGB value is (117,180,87). Sum of RGB (Red+Green+Blue) = 117+180+87=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #75B457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B457 is #8A4BA8. Grayscale: #969696. Windows color (decimal): -9063337 or 5747829. OLE color: 5747829.

HSL color Cylindrical-coordinate representation of color #75B457: hue angle of 100.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75B457 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB11718087-
CMYK0.3500.520.29
HSL100.65º38.27%52.35%-
HSV(B)100.65º51.67%70.59%-
XYZ25.3837.1114.84-
YUV150.5692.13104.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=30.47%
G=46.88%
B=22.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117180870.3500.520.29100.6538.2752.35
Hex75B457230341D652634
Octal16526412743064351454664
Binary11101011011010010101111000110110100111011100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B457; }

 p { color: rgb(117,180,87); }

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

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

 a { background-color: rgb(117,180,87); }

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

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

 span { border-color: rgb(117,180,87); }

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