Html Css Color HEX #76B454 Mantis

📋 copy color: '#76B454'

red 118 ◦ green 180 ◦ blue 84

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

Shades of Mantis #76B454

Tints of Mantis #76B454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 30.89%
G = 47.12%
B = 21.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#76B454 (or 0x76B454) is known color: Mantis. HEX triplet: 76, B4 and 54. RGB value is (118,180,84). Sum of RGB (Red+Green+Blue) = 118+180+84=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #76B454 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B454 is #894BAB. Grayscale: #969696. Windows color (decimal): -8997804 or 5551222. OLE color: 5551222.

HSL color Cylindrical-coordinate representation of color #76B454: hue angle of 98.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76B454 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 84 -
CMYK 0.34 0 0.53 0.29
HSL 98.75º 0.39% 0.52% -
HSV(B) 98.75º 0.53% 0.71% -
XYZ 25.39 37.13 14.22 -
YUV 150.52 90.46 104.81 -
System Red Green Blue C M Y K H S L
Decimal 118 180 84 0.34 0 0.53 0.29 98.75 0.39 0.52
Hex 76 B4 54 22 0 35 1D 63 27 34
Octal 166 264 124 42 0 65 35 143 47 64
Binary 1110110 10110100 1010100 100010 0 110101 11101 1100011 100111 110100

Color Harmonies of #76B454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B454

Black with #76B454

Text Example


Text Example

White with #76B454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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