#75B751

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

Shades of Mantis #75B751

Tints of Mantis #75B751

Color information

#75B751 (or 0x75B751) is unknown color: approx Mantis. HEX triplet: 75, B7 and 51. RGB value is (117,183,81). Sum of RGB (Red+Green+Blue) = 117+183+81=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #75B751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B751 is #8A48AE. Grayscale: #979797. Windows color (decimal): -9062575 or 5355381. OLE color: 5355381.

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

Color convert

RGB11718381-
CMYK0.3600.560.28
HSL98.82º41.46%51.76%-
HSV(B)98.82º55.74%71.76%-
XYZ25.7538.2413.81-
YUV151.6488.13103.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=30.71%
G=48.03%
B=21.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183810.3600.560.2898.8241.4651.76
Hex75B751240381C632934
Octal16526712144070341435164
Binary11101011011011110100011001000111000111001100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,81); }

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

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

 a { background-color: rgb(117,183,81); }

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

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

 span { border-color: rgb(117,183,81); }

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