#769B67

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

Shades of Amulet #769B67

Tints of Amulet #769B67

Color information

#769B67 (or 0x769B67) is unknown color: approx Amulet. HEX triplet: 76, 9B and 67. RGB value is (118,155,103). Sum of RGB (Red+Green+Blue) = 118+155+103=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #769B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B67 is #896498. Grayscale: #8A8A8A. Windows color (decimal): -9004185 or 6790006. OLE color: 6790006.

HSL color Cylindrical-coordinate representation of color #769B67: hue angle of 102.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769B67 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB118155103-
CMYK0.2400.340.39
HSL102.69º20.63%50.59%-
HSV(B)102.69º33.55%60.78%-
XYZ21.6428.2717.15-
YUV138.01108.24113.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=31.38%
G=41.22%
B=27.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551030.2400.340.39102.6920.6350.59
Hex769B671802227671533
Octal16623314730042471472563
Binary1110110100110111100111110000100010100111110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769B67; }

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

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

<style>
 a { background-color: #769B67; }

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

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

<style>
 span { border-color: #769B67; }

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

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