#76B167

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

Shades of Amulet #76B167

Tints of Amulet #76B167

Color information

#76B167 (or 0x76B167) is unknown color: approx Amulet. HEX triplet: 76, B1 and 67. RGB value is (118,177,103). Sum of RGB (Red+Green+Blue) = 118+177+103=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #76B167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B167 is #894E98. Grayscale: #979797. Windows color (decimal): -8998553 or 6795638. OLE color: 6795638.

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

Color convert

RGB118177103-
CMYK0.3300.420.31
HSL107.84º32.17%54.9%-
HSV(B)107.84º41.81%69.41%-
XYZ25.6436.2818.48-
YUV150.92100.95104.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=29.65%
G=44.47%
B=25.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181771030.3300.420.31107.8432.1754.9
Hex76B1672102A1F6c2037
Octal16626114741052371544067
Binary11101101011000111001111000010101010111111101100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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