Html Css Color HEX #74B057 Mantis

📋 copy color: '#74B057'

red 116 ◦ green 176 ◦ blue 87

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

Shades of Mantis #74B057

Tints of Mantis #74B057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.44%

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 30.61%
G = 46.44%
B = 22.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#74B057 (or 0x74B057) is known color: Mantis. HEX triplet: 74, B0 and 57. RGB value is (116,176,87). Sum of RGB (Red+Green+Blue) = 116+176+87=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #74B057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B057 is #8B4FA8. Grayscale: #949494. Windows color (decimal): -9129897 or 5746804. OLE color: 5746804.

HSL color Cylindrical-coordinate representation of color #74B057: hue angle of 100.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B057 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 87 -
CMYK 0.34 0 0.51 0.31
HSL 100.45º 0.36% 0.52% -
HSV(B) 100.45º 0.51% 0.69% -
XYZ 24.45 35.45 14.57 -
YUV 147.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 116 176 87 0.34 0 0.51 0.31 100.45 0.36 0.52
Hex 74 B0 57 22 0 33 1F 64 24 34
Octal 164 260 127 42 0 63 37 144 44 64
Binary 1110100 10110000 1010111 100010 0 110011 11111 1100100 100100 110100

Color Harmonies of #74B057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B057

Black with #74B057

Text Example


Text Example

White with #74B057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,87); }

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

background-color css

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

 a { background-color: rgb(116,176,87); }

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

border-color css

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

 span { border-color: rgb(116,176,87); }

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