Html Css Color HEX #76B458 Mantis

📋 copy color: '#76B458'

red 118 ◦ green 180 ◦ blue 88

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

Shades of Mantis #76B458

Tints of Mantis #76B458

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

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

 BLUE value IS 88 (34.77% from 255) = 22.8%

R = 30.57%
G = 46.63%
B = 22.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#76B458 (or 0x76B458) is known color: Mantis. HEX triplet: 76, B4 and 58. RGB value is (118,180,88). Sum of RGB (Red+Green+Blue) = 118+180+88=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #76B458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B458 is #894BA7. Grayscale: #979797. Windows color (decimal): -8997800 or 5813366. OLE color: 5813366.

HSL color Cylindrical-coordinate representation of color #76B458: hue angle of 100.43º 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 #76B458 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 88 -
CMYK 0.34 0 0.51 0.29
HSL 100.43º 0.38% 0.53% -
HSV(B) 100.43º 0.51% 0.71% -
XYZ 25.55 37.2 15.07 -
YUV 150.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 118 180 88 0.34 0 0.51 0.29 100.43 0.38 0.53
Hex 76 B4 58 22 0 33 1D 64 26 35
Octal 166 264 130 42 0 63 35 144 46 65
Binary 1110110 10110100 1011000 100010 0 110011 11101 1100100 100110 110101

Color Harmonies of #76B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B458

Black with #76B458

Text Example


Text Example

White with #76B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B458; }

 p { color: rgb(118,180,88); }

 H1.HeaderClassName
 {
   color: #76B458;
 }
 .AnyTagClassName
 {
   color: #76B458;
 }
</style>

background-color css

<style>
 a { background-color: #76B458; }

 a { background-color: rgb(118,180,88); }

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

border-color css

<style>
 span { border-color: #76B458; }

 span { border-color: rgb(118,180,88); }

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