Html Css Color HEX #76B455 Mantis

📋 copy color: '#76B455'

red 118 ◦ green 180 ◦ blue 85

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

Shades of Mantis #76B455

Tints of Mantis #76B455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47%

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 30.81%
G = 47%
B = 22.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#76B455 (or 0x76B455) is known color: Mantis. HEX triplet: 76, B4 and 55. RGB value is (118,180,85). Sum of RGB (Red+Green+Blue) = 118+180+85=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #76B455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B455 is #894BAA. Grayscale: #969696. Windows color (decimal): -8997803 or 5616758. OLE color: 5616758.

HSL color Cylindrical-coordinate representation of color #76B455: hue angle of 99.16º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76B455 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 85 -
CMYK 0.34 0 0.53 0.29
HSL 99.16º 0.39% 0.52% -
HSV(B) 99.16º 0.53% 0.71% -
XYZ 25.43 37.15 14.42 -
YUV 150.63 90.96 104.72 -
System Red Green Blue C M Y K H S L
Decimal 118 180 85 0.34 0 0.53 0.29 99.16 0.39 0.52
Hex 76 B4 55 22 0 35 1D 63 27 34
Octal 166 264 125 42 0 65 35 143 47 64
Binary 1110110 10110100 1010101 100010 0 110101 11101 1100011 100111 110100

Color Harmonies of #76B455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B455

Black with #76B455

Text Example


Text Example

White with #76B455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,85); }

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

background-color css

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

 a { background-color: rgb(118,180,85); }

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

border-color css

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

 span { border-color: rgb(118,180,85); }

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