#75B15A

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

Shades of Mantis #75B15A

Tints of Mantis #75B15A

Color information

#75B15A (or 0x75B15A) is unknown color: approx Mantis. HEX triplet: 75, B1 and 5A. RGB value is (117,177,90). Sum of RGB (Red+Green+Blue) = 117+177+90=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #75B15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B15A is #8A4EA5. Grayscale: #959595. Windows color (decimal): -9064102 or 5943669. OLE color: 5943669.

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

Color convert

RGB11717790-
CMYK0.3400.490.31
HSL101.38º35.8%52.35%-
HSV(B)101.38º49.15%69.41%-
XYZ24.935.9615.3-
YUV149.1494.62105.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 177 (69.53% from 255) = 46.09%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=30.47%
G=46.09%
B=23.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117177900.3400.490.31101.3835.852.35
Hex75B15A220311F652434
Octal16526113242061371454464
Binary11101011011000110110101000100110001111111100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,177,90); }

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

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

 a { background-color: rgb(117,177,90); }

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

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

 span { border-color: rgb(117,177,90); }

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