#75B060

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

Shades of Mantis #75B060

Tints of Mantis #75B060

Color information

#75B060 (or 0x75B060) is unknown color: approx Mantis. HEX triplet: 75, B0 and 60. RGB value is (117,176,96). Sum of RGB (Red+Green+Blue) = 117+176+96=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #75B060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B060 is #8A4F9F. Grayscale: #959595. Windows color (decimal): -9064352 or 6336629. OLE color: 6336629.

HSL color Cylindrical-coordinate representation of color #75B060: hue angle of 104.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75B060 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB11717696-
CMYK0.3400.450.31
HSL104.25º33.61%53.33%-
HSV(B)104.25º45.45%69.02%-
XYZ24.9735.6816.64-
YUV149.2497.95105-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=30.08%
G=45.24%
B=24.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176960.3400.450.31104.2533.6153.33
Hex75B0602202D1F682235
Octal16526014042055371504265
Binary11101011011000011000001000100101101111111101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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