#74AF60

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

Shades of Mantis #74AF60

Tints of Mantis #74AF60

Color information

#74AF60 (or 0x74AF60) is unknown color: approx Mantis. HEX triplet: 74, AF and 60. RGB value is (116,175,96). Sum of RGB (Red+Green+Blue) = 116+175+96=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF60 is #8B509F. Grayscale: #949494. Windows color (decimal): -9130144 or 6336372. OLE color: 6336372.

HSL color Cylindrical-coordinate representation of color #74AF60: hue angle of 104.81º 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 #74AF60 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB11617596-
CMYK0.3400.450.31
HSL104.81º33.05%53.14%-
HSV(B)104.81º45.14%68.63%-
XYZ24.6435.2216.57-
YUV148.3598.45104.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=29.97%
G=45.22%
B=24.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175960.3400.450.31104.8133.0553.14
Hex74AF602202D1F692135
Octal16425714042055371514165
Binary11101001010111111000001000100101101111111101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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