#75B766

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

Shades of Mantis #75B766

Tints of Mantis #75B766

Color information

#75B766 (or 0x75B766) is unknown color: approx Mantis. HEX triplet: 75, B7 and 66. RGB value is (117,183,102). Sum of RGB (Red+Green+Blue) = 117+183+102=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #75B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B766 is #8A4899. Grayscale: #9A9A9A. Windows color (decimal): -9062554 or 6731637. OLE color: 6731637.

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

Color convert

RGB117183102-
CMYK0.3600.440.28
HSL108.89º36%55.88%-
HSV(B)108.89º44.26%71.76%-
XYZ26.6738.6118.62-
YUV154.0398.63101.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=29.10%
G=45.52%
B=25.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171831020.3600.440.28108.893655.88
Hex75B7662402C1C6d2438
Octal16526714644054341554470
Binary11101011011011111001101001000101100111001101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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