#75C269

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

Shades of Mantis #75C269

Tints of Mantis #75C269

Color information

#75C269 (or 0x75C269) is unknown color: approx Mantis. HEX triplet: 75, C2 and 69. RGB value is (117,194,105). Sum of RGB (Red+Green+Blue) = 117+194+105=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #75C269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C269 is #8A3D96. Grayscale: #A1A1A1. Windows color (decimal): -9059735 or 6931061. OLE color: 6931061.

HSL color Cylindrical-coordinate representation of color #75C269: hue angle of 111.91º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75C269 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB117194105-
CMYK0.4000.460.24
HSL111.91º42.18%58.63%-
HSV(B)111.91º45.88%76.08%-
XYZ29.1843.3920.2-
YUV160.8396.4996.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 194 (76.17% from 255) = 46.63%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=28.12%
G=46.63%
B=25.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171941050.4000.460.24111.9142.1858.63
Hex75C2692802E18702a3b
Octal16530215150056301605273
Binary11101011100001011010011010000101110110001110000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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