#74B463

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

Shades of Mantis #74B463

Tints of Mantis #74B463

Color information

#74B463 (or 0x74B463) is unknown color: approx Mantis. HEX triplet: 74, B4 and 63. RGB value is (116,180,99). Sum of RGB (Red+Green+Blue) = 116+180+99=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #74B463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B463 is #8B4B9C. Grayscale: #979797. Windows color (decimal): -9128861 or 6534260. OLE color: 6534260.

HSL color Cylindrical-coordinate representation of color #74B463: hue angle of 107.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74B463 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB11618099-
CMYK0.3600.450.29
HSL107.41º35.06%54.71%-
HSV(B)107.41º45%70.59%-
XYZ25.7837.2617.64-
YUV151.6398.3102.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=29.37%
G=45.57%
B=25.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116180990.3600.450.29107.4135.0654.71
Hex74B4632402D1D6b2337
Octal16426414344055351534367
Binary11101001011010011000111001000101101111011101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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