Html Css Color HEX #76BC69 Mantis

📋 copy color: '#76BC69'

red 118 ◦ green 188 ◦ blue 105

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

Shades of Mantis #76BC69

Tints of Mantis #76BC69

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.74%

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 28.71%
G = 45.74%
B = 25.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#76BC69 (or 0x76BC69) is known color: Mantis. HEX triplet: 76, BC and 69. RGB value is (118,188,105). Sum of RGB (Red+Green+Blue) = 118+188+105=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC69 is #894396. Grayscale: #9D9D9D. Windows color (decimal): -8995735 or 6929526. OLE color: 6929526.

HSL color Cylindrical-coordinate representation of color #76BC69: hue angle of 110.6º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76BC69 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 105 -
CMYK 0.37 0 0.44 0.26
HSL 110.6º 0.38% 0.57% -
HSV(B) 110.6º 0.44% 0.74% -
XYZ 28 40.84 19.77 -
YUV 157.61 98.31 99.75 -
System Red Green Blue C M Y K H S L
Decimal 118 188 105 0.37 0 0.44 0.26 110.6 0.38 0.57
Hex 76 BC 69 25 0 2C 1A 6F 26 39
Octal 166 274 151 45 0 54 32 157 46 71
Binary 1110110 10111100 1101001 100101 0 101100 11010 1101111 100110 111001

Color Harmonies of #76BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC69

Black with #76BC69

Text Example


Text Example

White with #76BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,105); }

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

background-color css

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

 a { background-color: rgb(118,188,105); }

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

border-color css

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

 span { border-color: rgb(118,188,105); }

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