#75BE69

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

Shades of Mantis #75BE69

Tints of Mantis #75BE69

Color information

#75BE69 (or 0x75BE69) is unknown color: approx Mantis. HEX triplet: 75, BE and 69. RGB value is (117,190,105). Sum of RGB (Red+Green+Blue) = 117+190+105=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE69 is #8A4196. Grayscale: #9E9E9E. Windows color (decimal): -9060759 or 6930037. OLE color: 6930037.

HSL color Cylindrical-coordinate representation of color #75BE69: hue angle of 111.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75BE69 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB117190105-
CMYK0.3800.450.25
HSL111.53º39.53%57.84%-
HSV(B)111.53º44.74%74.51%-
XYZ28.341.6319.91-
YUV158.4897.8298.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=28.40%
G=46.12%
B=25.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901050.3800.450.25111.5339.5357.84
Hex75BE692602D1970283a
Octal16527615146055311605072
Binary11101011011111011010011001100101101110011110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,105); }

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

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

 a { background-color: rgb(117,190,105); }

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

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

 span { border-color: rgb(117,190,105); }

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