#74B467

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

Shades of Mantis #74B467

Tints of Mantis #74B467

Color information

#74B467 (or 0x74B467) is unknown color: approx Mantis. HEX triplet: 74, B4 and 67. RGB value is (116,180,103). Sum of RGB (Red+Green+Blue) = 116+180+103=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #74B467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B467 is #8B4B98. Grayscale: #989898. Windows color (decimal): -9128857 or 6796404. OLE color: 6796404.

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

Color convert

RGB116180103-
CMYK0.3600.430.29
HSL109.87º33.92%55.49%-
HSV(B)109.87º42.78%70.59%-
XYZ25.9737.3318.67-
YUV152.09100.3102.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=29.07%
G=45.11%
B=25.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801030.3600.430.29109.8733.9255.49
Hex74B4672402B1D6e2237
Octal16426414744053351564267
Binary11101001011010011001111001000101011111011101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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