Html Css Color HEX #76BD5C Mantis

📋 copy color: '#76BD5C'

red 118 ◦ green 189 ◦ blue 92

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

Shades of Mantis #76BD5C

Tints of Mantis #76BD5C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.37%

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 29.57%
G = 47.37%
B = 23.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#76BD5C (or 0x76BD5C) is known color: Mantis. HEX triplet: 76, BD and 5C. RGB value is (118,189,92). Sum of RGB (Red+Green+Blue) = 118+189+92=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD5C is #8942A3. Grayscale: #9D9D9D. Windows color (decimal): -8995492 or 6077814. OLE color: 6077814.

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

Color convert

RGB 118 189 92 -
CMYK 0.38 0 0.51 0.26
HSL 103.92º 0.42% 0.55% -
HSV(B) 103.92º 0.51% 0.74% -
XYZ 27.6 41.02 16.59 -
YUV 156.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 118 189 92 0.38 0 0.51 0.26 103.92 0.42 0.55
Hex 76 BD 5C 26 0 33 1A 68 2A 37
Octal 166 275 134 46 0 63 32 150 52 67
Binary 1110110 10111101 1011100 100110 0 110011 11010 1101000 101010 110111

Color Harmonies of #76BD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BD5C

Black with #76BD5C

Text Example


Text Example

White with #76BD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,189,92); }

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

background-color css

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

 a { background-color: rgb(118,189,92); }

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

border-color css

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

 span { border-color: rgb(118,189,92); }

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