#76B267

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

Shades of Mantis #76B267

Tints of Mantis #76B267

Color information

#76B267 (or 0x76B267) is unknown color: approx Mantis. HEX triplet: 76, B2 and 67. RGB value is (118,178,103). Sum of RGB (Red+Green+Blue) = 118+178+103=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #76B267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B267 is #894D98. Grayscale: #979797. Windows color (decimal): -8998297 or 6795894. OLE color: 6795894.

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

Color convert

RGB118178103-
CMYK0.3400.420.30
HSL108º32.75%55.1%-
HSV(B)108º42.13%69.8%-
XYZ25.8436.6718.55-
YUV151.51100.62104.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=29.57%
G=44.61%
B=25.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781030.3400.420.3010832.7555.1
Hex76B2672202A1E6c2137
Octal16626214742052361544167
Binary11101101011001011001111000100101010111101101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,103); }

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

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

 a { background-color: rgb(118,178,103); }

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

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

 span { border-color: rgb(118,178,103); }

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