Html Css Color HEX #76B368 Mantis

📋 copy color: '#76B368'

red 118 ◦ green 179 ◦ blue 104

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

Shades of Mantis #76B368

Tints of Mantis #76B368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 29.43%
G = 44.64%
B = 25.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#76B368 (or 0x76B368) is known color: Mantis. HEX triplet: 76, B3 and 68. RGB value is (118,179,104). Sum of RGB (Red+Green+Blue) = 118+179+104=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #76B368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B368 is #894C97. Grayscale: #989898. Windows color (decimal): -8998040 or 6861686. OLE color: 6861686.

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

Color convert

RGB 118 179 104 -
CMYK 0.34 0 0.42 0.30
HSL 108.8º 0.33% 0.55% -
HSV(B) 108.8º 0.42% 0.7% -
XYZ 26.09 37.09 18.88 -
YUV 152.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 118 179 104 0.34 0 0.42 0.30 108.8 0.33 0.55
Hex 76 B3 68 22 0 2A 1E 6D 21 37
Octal 166 263 150 42 0 52 36 155 41 67
Binary 1110110 10110011 1101000 100010 0 101010 11110 1101101 100001 110111

Color Harmonies of #76B368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B368

Black with #76B368

Text Example


Text Example

White with #76B368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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