#75b15f

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

Shades of Mantis #75B15F

Tints of Mantis #75B15F

Color information

#75B15F (or 0x75B15F) is unknown color: approx Mantis. HEX triplet: 75, B1 and 5F. RGB value is (117,177,95). Sum of RGB (Red+Green+Blue) = 117+177+95=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #75B15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B15F is #8A4EA0. Grayscale: #959595. Windows color (decimal): -9064097 or 6271349. OLE color: 6271349.

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

Color convert

RGB11717795-
CMYK0.3400.460.31
HSL103.9º34.45%53.33%-
HSV(B)103.9º46.33%69.41%-
XYZ25.1236.0516.46-
YUV149.7197.12104.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=30.08%
G=45.50%
B=24.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117177950.3400.460.31103.934.4553.33
Hex75B15F2202E1F682235
Octal16526113742056371504265
Binary11101011011000110111111000100101110111111101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75b15f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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