Html Css Color HEX #76B359 Mantis

📋 copy color: '#76B359'

red 118 ◦ green 179 ◦ blue 89

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

Shades of Mantis #76B359

Tints of Mantis #76B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.37%

 BLUE value IS 89 (35.16% from 255) = 23.06%

R = 30.57%
G = 46.37%
B = 23.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#76B359 (or 0x76B359) is known color: Mantis. HEX triplet: 76, B3 and 59. RGB value is (118,179,89). Sum of RGB (Red+Green+Blue) = 118+179+89=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #76B359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B359 is #894CA6. Grayscale: #969696. Windows color (decimal): -8998055 or 5878646. OLE color: 5878646.

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

Color convert

RGB 118 179 89 -
CMYK 0.34 0 0.50 0.30
HSL 100.67º 0.37% 0.53% -
HSV(B) 100.67º 0.5% 0.7% -
XYZ 25.39 36.81 15.22 -
YUV 150.5 93.29 104.82 -
System Red Green Blue C M Y K H S L
Decimal 118 179 89 0.34 0 0.50 0.30 100.67 0.37 0.53
Hex 76 B3 59 22 0 32 1E 65 25 35
Octal 166 263 131 42 0 62 36 145 45 65
Binary 1110110 10110011 1011001 100010 0 110010 11110 1100101 100101 110101

Color Harmonies of #76B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B359

Black with #76B359

Text Example


Text Example

White with #76B359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,89); }

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

background-color css

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

 a { background-color: rgb(118,179,89); }

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

border-color css

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

 span { border-color: rgb(118,179,89); }

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