Html Css Color HEX #74AE62 Mantis

📋 copy color: '#74AE62'

red 116 ◦ green 174 ◦ blue 98

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

Shades of Mantis #74AE62

Tints of Mantis #74AE62

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.85%

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 29.9%
G = 44.85%
B = 25.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#74AE62 (or 0x74AE62) is known color: Mantis. HEX triplet: 74, AE and 62. RGB value is (116,174,98). Sum of RGB (Red+Green+Blue) = 116+174+98=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AE62 is #8B519D. Grayscale: #949494. Windows color (decimal): -9130398 or 6467188. OLE color: 6467188.

HSL color Cylindrical-coordinate representation of color #74AE62: hue angle of 105.79º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74AE62 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 98 -
CMYK 0.33 0 0.44 0.32
HSL 105.79º 0.32% 0.53% -
HSV(B) 105.79º 0.44% 0.68% -
XYZ 24.54 34.87 16.99 -
YUV 147.99 99.78 105.18 -
System Red Green Blue C M Y K H S L
Decimal 116 174 98 0.33 0 0.44 0.32 105.79 0.32 0.53
Hex 74 AE 62 21 0 2C 20 6A 20 35
Octal 164 256 142 41 0 54 40 152 40 65
Binary 1110100 10101110 1100010 100001 0 101100 100000 1101010 100000 110101

Color Harmonies of #74AE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE62

Black with #74AE62

Text Example


Text Example

White with #74AE62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,98); }

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

background-color css

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

 a { background-color: rgb(116,174,98); }

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

border-color css

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

 span { border-color: rgb(116,174,98); }

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