Html Css Color HEX #76B752 Mantis

📋 copy color: '#76B752'

red 118 ◦ green 183 ◦ blue 82

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

Shades of Mantis #76B752

Tints of Mantis #76B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

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

R = 30.81%
G = 47.78%
B = 21.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#76B752 (or 0x76B752) is known color: Mantis. HEX triplet: 76, B7 and 52. RGB value is (118,183,82). Sum of RGB (Red+Green+Blue) = 118+183+82=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #76B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B752 is #8948AD. Grayscale: #989898. Windows color (decimal): -8997038 or 5420918. OLE color: 5420918.

HSL color Cylindrical-coordinate representation of color #76B752: hue angle of 98.61º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76B752 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 183 82 -
CMYK 0.36 0 0.55 0.28
HSL 98.61º 0.41% 0.52% -
HSV(B) 98.61º 0.55% 0.72% -
XYZ 25.93 38.33 14.01 -
YUV 152.05 88.47 103.71 -
System Red Green Blue C M Y K H S L
Decimal 118 183 82 0.36 0 0.55 0.28 98.61 0.41 0.52
Hex 76 B7 52 24 0 37 1C 63 29 34
Octal 166 267 122 44 0 67 34 143 51 64
Binary 1110110 10110111 1010010 100100 0 110111 11100 1100011 101001 110100

Color Harmonies of #76B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B752

Black with #76B752

Text Example


Text Example

White with #76B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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