#75B562

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

Shades of Mantis #75B562

Tints of Mantis #75B562

Color information

#75B562 (or 0x75B562) is unknown color: approx Mantis. HEX triplet: 75, B5 and 62. RGB value is (117,181,98). Sum of RGB (Red+Green+Blue) = 117+181+98=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #75B562 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B562 is #8A4A9D. Grayscale: #989898. Windows color (decimal): -9063070 or 6468981. OLE color: 6468981.

HSL color Cylindrical-coordinate representation of color #75B562: hue angle of 106.27º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75B562 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB11718198-
CMYK0.3500.460.29
HSL106.27º35.93%54.71%-
HSV(B)106.27º45.86%70.98%-
XYZ26.0637.7117.46-
YUV152.497.3102.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=29.55%
G=45.71%
B=24.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181980.3500.460.29106.2735.9354.71
Hex75B5622302E1D6a2437
Octal16526514243056351524467
Binary11101011011010111000101000110101110111011101010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,98); }

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

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

 a { background-color: rgb(117,181,98); }

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

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

 span { border-color: rgb(117,181,98); }

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