#75B760

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

Shades of Mantis #75B760

Tints of Mantis #75B760

Color information

#75B760 (or 0x75B760) is unknown color: approx Mantis. HEX triplet: 75, B7 and 60. RGB value is (117,183,96). Sum of RGB (Red+Green+Blue) = 117+183+96=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #75B760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B760 is #8A489F. Grayscale: #999999. Windows color (decimal): -9062560 or 6338421. OLE color: 6338421.

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

Color convert

RGB11718396-
CMYK0.3600.480.28
HSL105.52º37.66%54.71%-
HSV(B)105.52º47.54%71.76%-
XYZ26.3838.4917.11-
YUV153.3595.63102.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 183 (71.88% from 255) = 46.21%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=29.55%
G=46.21%
B=24.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183960.3600.480.28105.5237.6654.71
Hex75B760240301C6a2637
Octal16526714044060341524667
Binary11101011011011111000001001000110000111001101010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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