#76B170

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

Shades of Amulet #76B170

Tints of Amulet #76B170

Color information

#76B170 (or 0x76B170) is unknown color: approx Amulet. HEX triplet: 76, B1 and 70. RGB value is (118,177,112). Sum of RGB (Red+Green+Blue) = 118+177+112=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #76B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B170 is #894E8F. Grayscale: #989898. Windows color (decimal): -8998544 or 7385462. OLE color: 7385462.

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

Color convert

RGB118177112-
CMYK0.3300.370.31
HSL114.46º29.41%56.67%-
HSV(B)114.46º36.72%69.41%-
XYZ26.1236.4720.99-
YUV151.95105.45103.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=28.99%
G=43.49%
B=27.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181771120.3300.370.31114.4629.4156.67
Hex76B170210251F721d39
Octal16626116041045371623571
Binary1110110101100011110000100001010010111111111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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