#74af5f

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

Shades of Mantis #74AF5F

Tints of Mantis #74AF5F

Color information

#74AF5F (or 0x74AF5F) is unknown color: approx Mantis. HEX triplet: 74, AF and 5F. RGB value is (116,175,95). Sum of RGB (Red+Green+Blue) = 116+175+95=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF5F is #8B50A0. Grayscale: #949494. Windows color (decimal): -9130145 or 6270836. OLE color: 6270836.

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

Color convert

RGB11617595-
CMYK0.3400.460.31
HSL104.25º33.33%52.94%-
HSV(B)104.25º45.71%68.63%-
XYZ24.635.216.32-
YUV148.2497.95105-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=30.05%
G=45.34%
B=24.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175950.3400.460.31104.2533.3352.94
Hex74AF5F2202E1F682135
Octal16425713742056371504165
Binary11101001010111110111111000100101110111111101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74af5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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