#75BA69

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

Shades of Mantis #75BA69

Tints of Mantis #75BA69

Color information

#75BA69 (or 0x75BA69) is unknown color: approx Mantis. HEX triplet: 75, BA and 69. RGB value is (117,186,105). Sum of RGB (Red+Green+Blue) = 117+186+105=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA69 is #8A4596. Grayscale: #9C9C9C. Windows color (decimal): -9061783 or 6929013. OLE color: 6929013.

HSL color Cylindrical-coordinate representation of color #75BA69: hue angle of 111.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75BA69 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB117186105-
CMYK0.3700.440.27
HSL111.11º36.99%57.06%-
HSV(B)111.11º43.55%72.94%-
XYZ27.4439.9219.62-
YUV156.1499.14100.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=28.68%
G=45.59%
B=25.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861050.3700.440.27111.1136.9957.06
Hex75BA692502C1B6f2539
Octal16527215145054331574571
Binary11101011011101011010011001010101100110111101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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