Html Css Color HEX #76B060 Mantis

📋 copy color: '#76B060'

red 118 ◦ green 176 ◦ blue 96

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

Shades of Mantis #76B060

Tints of Mantis #76B060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 96 (37.89% from 255) = 24.62%

R = 30.26%
G = 45.13%
B = 24.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#76B060 (or 0x76B060) is known color: Mantis. HEX triplet: 76, B0 and 60. RGB value is (118,176,96). Sum of RGB (Red+Green+Blue) = 118+176+96=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #76B060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B060 is #894F9F. Grayscale: #959595. Windows color (decimal): -8998816 or 6336630. OLE color: 6336630.

HSL color Cylindrical-coordinate representation of color #76B060: hue angle of 103.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76B060 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 176 96 -
CMYK 0.33 0 0.45 0.31
HSL 103.5º 0.34% 0.53% -
HSV(B) 103.5º 0.45% 0.69% -
XYZ 25.11 35.75 16.64 -
YUV 149.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 118 176 96 0.33 0 0.45 0.31 103.5 0.34 0.53
Hex 76 B0 60 21 0 2D 1F 68 22 35
Octal 166 260 140 41 0 55 37 150 42 65
Binary 1110110 10110000 1100000 100001 0 101101 11111 1101000 100010 110101

Color Harmonies of #76B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B060

Black with #76B060

Text Example


Text Example

White with #76B060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,176,96); }

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

background-color css

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

 a { background-color: rgb(118,176,96); }

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

border-color css

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

 span { border-color: rgb(118,176,96); }

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