#76B35D

Color #76B35D Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #76B35D

Tints of Mantis #76B35D

Color information

#76B35D (or 0x76B35D) is unknown color: approx Mantis. HEX triplet: 76, B3 and 5D. RGB value is (118,179,93). Sum of RGB (Red+Green+Blue) = 118+179+93=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #76B35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B35D is #894CA2. Grayscale: #979797. Windows color (decimal): -8998051 or 6140790. OLE color: 6140790.

HSL color Cylindrical-coordinate representation of color #76B35D: hue angle of 102.56º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76B35D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB11817993-
CMYK0.3400.480.30
HSL102.56º36.13%53.33%-
HSV(B)102.56º48.04%70.2%-
XYZ25.5736.8816.13-
YUV150.9695.29104.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 179 (70.31% from 255) = 45.90%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=30.26%
G=45.90%
B=23.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118179930.3400.480.30102.5636.1353.33
Hex76B35D220301E672435
Octal16626313542060361474465
Binary11101101011001110111011000100110000111101100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76B35D;
 }
 .AnyTagClassName
 {
   color: #76B35D;
 }
</style>
background-color css

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

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

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

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

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

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