#769D6D

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

Shades of Amulet #769D6D

Tints of Amulet #769D6D

Color information

#769D6D (or 0x769D6D) is unknown color: approx Amulet. HEX triplet: 76, 9D and 6D. RGB value is (118,157,109). Sum of RGB (Red+Green+Blue) = 118+157+109=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #769D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D6D is #896292. Grayscale: #8C8C8C. Windows color (decimal): -9003667 or 7183734. OLE color: 7183734.

HSL color Cylindrical-coordinate representation of color #769D6D: hue angle of 108.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769D6D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB118157109-
CMYK0.2500.310.38
HSL108.75º19.67%52.16%-
HSV(B)108.75º30.57%61.57%-
XYZ22.2929.0718.9-
YUV139.87110.58112.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=30.73%
G=40.89%
B=28.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181571090.2500.310.38108.7519.6752.16
Hex769D6D1901F266d1434
Octal16623515531037461552464
Binary111011010011101110110111001011111100110110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,157,109); }

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

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

 a { background-color: rgb(118,157,109); }

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

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

 span { border-color: rgb(118,157,109); }

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