#76B067

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

Shades of Amulet #76B067

Tints of Amulet #76B067

Color information

#76B067 (or 0x76B067) is unknown color: approx Amulet. HEX triplet: 76, B0 and 67. RGB value is (118,176,103). Sum of RGB (Red+Green+Blue) = 118+176+103=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #76B067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B067 is #894F98. Grayscale: #969696. Windows color (decimal): -8998809 or 6795382. OLE color: 6795382.

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

Color convert

RGB118176103-
CMYK0.3300.410.31
HSL107.67º31.6%54.71%-
HSV(B)107.67º41.48%69.02%-
XYZ25.4435.8818.42-
YUV150.34101.28104.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=29.72%
G=44.33%
B=25.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181761030.3300.410.31107.6731.654.71
Hex76B067210291F6c2037
Octal16626014741051371544067
Binary11101101011000011001111000010101001111111101100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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