#75B461

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

Shades of Mantis #75B461

Tints of Mantis #75B461

Color information

#75B461 (or 0x75B461) is unknown color: approx Mantis. HEX triplet: 75, B4 and 61. RGB value is (117,180,97). Sum of RGB (Red+Green+Blue) = 117+180+97=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #75B461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B461 is #8A4B9E. Grayscale: #979797. Windows color (decimal): -9063327 or 6403189. OLE color: 6403189.

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

Color convert

RGB11718097-
CMYK0.3500.460.29
HSL105.54º35.62%54.31%-
HSV(B)105.54º46.11%70.59%-
XYZ25.8237.2917.15-
YUV151.797.13103.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=29.70%
G=45.69%
B=24.62%

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
Decimal117180970.3500.460.29105.5435.6254.31
Hex75B4612302E1D6a2436
Octal16526414143056351524466
Binary11101011011010011000011000110101110111011101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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