Html Css Color HEX #74B459 Mantis

📋 copy color: '#74B459'

red 116 ◦ green 180 ◦ blue 89

#74B459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #74B459

Tints of Mantis #74B459

RGB

 RED value IS 116 (45.7% from 255) = 30.13%

 GREEN value IS 180 (70.7% from 255) = 46.75%

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 30.13%
G = 46.75%
B = 23.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#74B459 (or 0x74B459) is known color: Mantis. HEX triplet: 74, B4 and 59. RGB value is (116,180,89). Sum of RGB (Red+Green+Blue) = 116+180+89=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #74B459 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B459 is #8B4BA6. Grayscale: #969696. Windows color (decimal): -9128871 or 5878900. OLE color: 5878900.

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

Color convert

RGB 116 180 89 -
CMYK 0.36 0 0.51 0.29
HSL 102.2º 0.38% 0.53% -
HSV(B) 102.2º 0.51% 0.71% -
XYZ 25.33 37.08 15.27 -
YUV 150.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 116 180 89 0.36 0 0.51 0.29 102.2 0.38 0.53
Hex 74 B4 59 24 0 33 1D 66 26 35
Octal 164 264 131 44 0 63 35 146 46 65
Binary 1110100 10110100 1011001 100100 0 110011 11101 1100110 100110 110101

Color Harmonies of #74B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B459

Black with #74B459

Text Example


Text Example

White with #74B459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74B459;
 }
 .AnyTagClassName
 {
   color: #74B459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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