#74B767

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

Shades of Mantis #74B767

Tints of Mantis #74B767

Color information

#74B767 (or 0x74B767) is unknown color: approx Mantis. HEX triplet: 74, B7 and 67. RGB value is (116,183,103). Sum of RGB (Red+Green+Blue) = 116+183+103=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #74B767 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B767 is #8B4898. Grayscale: #9A9A9A. Windows color (decimal): -9128089 or 6797172. OLE color: 6797172.

HSL color Cylindrical-coordinate representation of color #74B767: hue angle of 110.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74B767 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB116183103-
CMYK0.3700.440.28
HSL110.25º35.71%56.08%-
HSV(B)110.25º43.72%71.76%-
XYZ26.5838.5618.87-
YUV153.8599.3101-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=28.86%
G=45.52%
B=25.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161831030.3700.440.28110.2535.7156.08
Hex74B7672502C1C6e2438
Octal16426714745054341564470
Binary11101001011011111001111001010101100111001101110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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