#75C867

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

Shades of Mantis #75C867

Tints of Mantis #75C867

Color information

#75C867 (or 0x75C867) is unknown color: approx Mantis. HEX triplet: 75, C8 and 67. RGB value is (117,200,103). Sum of RGB (Red+Green+Blue) = 117+200+103=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #75C867 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C867 is #8A3798. Grayscale: #A4A4A4. Windows color (decimal): -9058201 or 6801525. OLE color: 6801525.

HSL color Cylindrical-coordinate representation of color #75C867: hue angle of 111.34º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C867 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB117200103-
CMYK0.4200.480.22
HSL111.34º46.86%59.41%-
HSV(B)111.34º48.5%78.43%-
XYZ30.4446.0720.12-
YUV164.1293.594.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 200 (78.52% from 255) = 47.62%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=27.86%
G=47.62%
B=24.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1172001030.4200.480.22111.3446.8659.41
Hex75C8672A030166f2f3b
Octal16531014752060261575773
Binary11101011100100011001111010100110000101101101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,200,103); }

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

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

 a { background-color: rgb(117,200,103); }

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

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

 span { border-color: rgb(117,200,103); }

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