#75AF60

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

Shades of Mantis #75AF60

Tints of Mantis #75AF60

Color information

#75AF60 (or 0x75AF60) is unknown color: approx Mantis. HEX triplet: 75, AF and 60. RGB value is (117,175,96). Sum of RGB (Red+Green+Blue) = 117+175+96=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF60 is #8A509F. Grayscale: #949494. Windows color (decimal): -9064608 or 6336373. OLE color: 6336373.

HSL color Cylindrical-coordinate representation of color #75AF60: hue angle of 104.05º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75AF60 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB11717596-
CMYK0.3300.450.31
HSL104.05º33.05%53.14%-
HSV(B)104.05º45.14%68.63%-
XYZ24.7835.2916.57-
YUV148.6598.28105.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=30.15%
G=45.10%
B=24.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117175960.3300.450.31104.0533.0553.14
Hex75AF602102D1F682135
Octal16525714041055371504165
Binary11101011010111111000001000010101101111111101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,175,96); }

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

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

 a { background-color: rgb(117,175,96); }

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

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

 span { border-color: rgb(117,175,96); }

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