#75B462

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

Shades of Mantis #75B462

Tints of Mantis #75B462

Color information

#75B462 (or 0x75B462) is unknown color: approx Mantis. HEX triplet: 75, B4 and 62. RGB value is (117,180,98). Sum of RGB (Red+Green+Blue) = 117+180+98=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #75B462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B462 is #8A4B9D. Grayscale: #989898. Windows color (decimal): -9063326 or 6468725. OLE color: 6468725.

HSL color Cylindrical-coordinate representation of color #75B462: hue angle of 106.1º degrees, saturation: 0.35, 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 #75B462 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB11718098-
CMYK0.3500.460.29
HSL106.1º35.34%54.51%-
HSV(B)106.1º45.56%70.59%-
XYZ25.8637.3117.39-
YUV151.8297.63103.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=29.62%
G=45.57%
B=24.81%

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
Decimal117180980.3500.460.29106.135.3454.51
Hex75B4622302E1D6a2337
Octal16526414243056351524367
Binary11101011011010011000101000110101110111011101010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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