#75B753

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

Shades of Mantis #75B753

Tints of Mantis #75B753

Color information

#75B753 (or 0x75B753) is unknown color: approx Mantis. HEX triplet: 75, B7 and 53. RGB value is (117,183,83). Sum of RGB (Red+Green+Blue) = 117+183+83=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #75B753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B753 is #8A48AC. Grayscale: #989898. Windows color (decimal): -9062573 or 5486453. OLE color: 5486453.

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

Color convert

RGB11718383-
CMYK0.3600.550.28
HSL99.6º40.98%52.16%-
HSV(B)99.6º54.64%71.76%-
XYZ25.8338.2714.21-
YUV151.8789.13103.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 183 (71.88% from 255) = 47.78%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=30.55%
G=47.78%
B=21.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183830.3600.550.2899.640.9852.16
Hex75B753240371C642934
Octal16526712344067341445164
Binary11101011011011110100111001000110111111001100100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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