#74B869

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

Shades of Mantis #74B869

Tints of Mantis #74B869

Color information

#74B869 (or 0x74B869) is unknown color: approx Mantis. HEX triplet: 74, B8 and 69. RGB value is (116,184,105). Sum of RGB (Red+Green+Blue) = 116+184+105=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #74B869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B869 is #8B4796. Grayscale: #9A9A9A. Windows color (decimal): -9127831 or 6928500. OLE color: 6928500.

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

Color convert

RGB116184105-
CMYK0.3700.430.28
HSL111.65º35.75%56.67%-
HSV(B)111.65º42.93%72.16%-
XYZ26.8939.0119.48-
YUV154.6699.97100.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 184 (72.27% from 255) = 45.43%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=28.64%
G=45.43%
B=25.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161841050.3700.430.28111.6535.7556.67
Hex74B8692502B1C702439
Octal16427015145053341604471
Binary11101001011100011010011001010101011111001110000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,184,105); }

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

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

 a { background-color: rgb(116,184,105); }

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

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

 span { border-color: rgb(116,184,105); }

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