Html Css Color HEX #76B452 Mantis

📋 copy color: '#76B452'

red 118 ◦ green 180 ◦ blue 82

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

Shades of Mantis #76B452

Tints of Mantis #76B452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 31.05%
G = 47.37%
B = 21.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#76B452 (or 0x76B452) is known color: Mantis. HEX triplet: 76, B4 and 52. RGB value is (118,180,82). Sum of RGB (Red+Green+Blue) = 118+180+82=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #76B452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B452 is #894BAD. Grayscale: #969696. Windows color (decimal): -8997806 or 5420150. OLE color: 5420150.

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

Color convert

RGB 118 180 82 -
CMYK 0.34 0 0.54 0.29
HSL 97.96º 0.4% 0.51% -
HSV(B) 97.96º 0.54% 0.71% -
XYZ 25.32 37.1 13.81 -
YUV 150.29 89.46 104.97 -
System Red Green Blue C M Y K H S L
Decimal 118 180 82 0.34 0 0.54 0.29 97.96 0.4 0.51
Hex 76 B4 52 22 0 36 1D 62 28 33
Octal 166 264 122 42 0 66 35 142 50 63
Binary 1110110 10110100 1010010 100010 0 110110 11101 1100010 101000 110011

Color Harmonies of #76B452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B452

Black with #76B452

Text Example


Text Example

White with #76B452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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