#75B065

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

Shades of Mantis #75B065

Tints of Mantis #75B065

Color information

#75B065 (or 0x75B065) is unknown color: approx Mantis. HEX triplet: 75, B0 and 65. RGB value is (117,176,101). Sum of RGB (Red+Green+Blue) = 117+176+101=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #75B065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B065 is #8A4F9A. Grayscale: #969696. Windows color (decimal): -9064347 or 6664309. OLE color: 6664309.

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

Color convert

RGB117176101-
CMYK0.3400.430.31
HSL107.2º32.19%54.31%-
HSV(B)107.2º42.61%69.02%-
XYZ25.2135.7717.89-
YUV149.81100.45104.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 176 (69.14% from 255) = 44.67%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=29.70%
G=44.67%
B=25.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171761010.3400.430.31107.232.1954.31
Hex75B0652202B1F6b2036
Octal16526014542053371534066
Binary11101011011000011001011000100101011111111101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,101); }

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

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

 a { background-color: rgb(117,176,101); }

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

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

 span { border-color: rgb(117,176,101); }

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