#75B869

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

Shades of Mantis #75B869

Tints of Mantis #75B869

Color information

#75B869 (or 0x75B869) is unknown color: approx Mantis. HEX triplet: 75, B8 and 69. RGB value is (117,184,105). Sum of RGB (Red+Green+Blue) = 117+184+105=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #75B869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B869 is #8A4796. Grayscale: #9B9B9B. Windows color (decimal): -9062295 or 6928501. OLE color: 6928501.

HSL color Cylindrical-coordinate representation of color #75B869: hue angle of 110.89º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75B869 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB117184105-
CMYK0.3600.430.28
HSL110.89º35.75%56.67%-
HSV(B)110.89º42.93%72.16%-
XYZ27.0339.0819.48-
YUV154.9699.8100.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 184 (72.27% from 255) = 45.32%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=28.82%
G=45.32%
B=25.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171841050.3600.430.28110.8935.7556.67
Hex75B8692402B1C6f2439
Octal16527015144053341574471
Binary11101011011100011010011001000101011111001101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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