Html Css Color HEX #76B15D Mantis

📋 copy color: '#76B15D'

red 118 ◦ green 177 ◦ blue 93

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

Shades of Mantis #76B15D

Tints of Mantis #76B15D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 30.41%
G = 45.62%
B = 23.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#76B15D (or 0x76B15D) is known color: Mantis. HEX triplet: 76, B1 and 5D. RGB value is (118,177,93). Sum of RGB (Red+Green+Blue) = 118+177+93=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #76B15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B15D is #894EA2. Grayscale: #969696. Windows color (decimal): -8998563 or 6140278. OLE color: 6140278.

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

Color convert

RGB 118 177 93 -
CMYK 0.33 0 0.47 0.31
HSL 102.14º 0.35% 0.53% -
HSV(B) 102.14º 0.47% 0.69% -
XYZ 25.17 36.09 15.99 -
YUV 149.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 118 177 93 0.33 0 0.47 0.31 102.14 0.35 0.53
Hex 76 B1 5D 21 0 2F 1F 66 23 35
Octal 166 261 135 41 0 57 37 146 43 65
Binary 1110110 10110001 1011101 100001 0 101111 11111 1100110 100011 110101

Color Harmonies of #76B15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B15D

Black with #76B15D

Text Example


Text Example

White with #76B15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,177,93); }

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

background-color css

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

 a { background-color: rgb(118,177,93); }

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

border-color css

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

 span { border-color: rgb(118,177,93); }

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