Html Css Color HEX #76B45A Mantis

📋 copy color: '#76B45A'

red 118 ◦ green 180 ◦ blue 90

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

Shades of Mantis #76B45A

Tints of Mantis #76B45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 30.41%
G = 46.39%
B = 23.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#76B45A (or 0x76B45A) is known color: Mantis. HEX triplet: 76, B4 and 5A. RGB value is (118,180,90). Sum of RGB (Red+Green+Blue) = 118+180+90=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #76B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B45A is #894BA5. Grayscale: #979797. Windows color (decimal): -8997798 or 5944438. OLE color: 5944438.

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

Color convert

RGB 118 180 90 -
CMYK 0.34 0 0.50 0.29
HSL 101.33º 0.38% 0.53% -
HSV(B) 101.33º 0.5% 0.71% -
XYZ 25.64 37.23 15.51 -
YUV 151.2 93.46 104.32 -
System Red Green Blue C M Y K H S L
Decimal 118 180 90 0.34 0 0.50 0.29 101.33 0.38 0.53
Hex 76 B4 5A 22 0 32 1D 65 26 35
Octal 166 264 132 42 0 62 35 145 46 65
Binary 1110110 10110100 1011010 100010 0 110010 11101 1100101 100110 110101

Color Harmonies of #76B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B45A

Black with #76B45A

Text Example


Text Example

White with #76B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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