Html Css Color HEX #76B365 Mantis

📋 copy color: '#76B365'

red 118 ◦ green 179 ◦ blue 101

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

Shades of Mantis #76B365

Tints of Mantis #76B365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 29.65%
G = 44.97%
B = 25.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#76B365 (or 0x76B365) is known color: Mantis. HEX triplet: 76, B3 and 65. RGB value is (118,179,101). Sum of RGB (Red+Green+Blue) = 118+179+101=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #76B365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B365 is #894C9A. Grayscale: #989898. Windows color (decimal): -8998043 or 6665078. OLE color: 6665078.

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

Color convert

RGB 118 179 101 -
CMYK 0.34 0 0.44 0.30
HSL 106.92º 0.34% 0.55% -
HSV(B) 106.92º 0.44% 0.7% -
XYZ 25.94 37.03 18.09 -
YUV 151.87 99.29 103.84 -
System Red Green Blue C M Y K H S L
Decimal 118 179 101 0.34 0 0.44 0.30 106.92 0.34 0.55
Hex 76 B3 65 22 0 2C 1E 6B 22 37
Octal 166 263 145 42 0 54 36 153 42 67
Binary 1110110 10110011 1100101 100010 0 101100 11110 1101011 100010 110111

Color Harmonies of #76B365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B365

Black with #76B365

Text Example


Text Example

White with #76B365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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