#74B163

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

Shades of Mantis #74B163

Tints of Mantis #74B163

Color information

#74B163 (or 0x74B163) is unknown color: approx Mantis. HEX triplet: 74, B1 and 63. RGB value is (116,177,99). Sum of RGB (Red+Green+Blue) = 116+177+99=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #74B163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B163 is #8B4E9C. Grayscale: #969696. Windows color (decimal): -9129629 or 6533492. OLE color: 6533492.

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

Color convert

RGB11617799-
CMYK0.3400.440.31
HSL106.92º33.33%54.12%-
HSV(B)106.92º44.07%69.41%-
XYZ25.1836.0617.44-
YUV149.8799.29103.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=29.59%
G=45.15%
B=25.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116177990.3400.440.31106.9233.3354.12
Hex74B1632202C1F6b2136
Octal16426114342054371534166
Binary11101001011000111000111000100101100111111101011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,177,99); }

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

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

 a { background-color: rgb(116,177,99); }

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

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

 span { border-color: rgb(116,177,99); }

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