#769F75

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

Shades of Amulet #769F75

Tints of Amulet #769F75

Color information

#769F75 (or 0x769F75) is unknown color: approx Amulet. HEX triplet: 76, 9F and 75. RGB value is (118,159,117). Sum of RGB (Red+Green+Blue) = 118+159+117=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #769F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F75 is #89608A. Grayscale: #8E8E8E. Windows color (decimal): -9003147 or 7708534. OLE color: 7708534.

HSL color Cylindrical-coordinate representation of color #769F75: hue angle of 118.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F75 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB118159117-
CMYK0.2600.260.38
HSL118.57º17.95%54.12%-
HSV(B)118.57º26.42%62.35%-
XYZ23.0829.9321.39-
YUV141.95113.92110.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=29.95%
G=40.36%
B=29.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591170.2600.260.38118.5717.9554.12
Hex769F751A01A26771236
Octal16623716532032461672266
Binary111011010011111111010111010011010100110111011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,117); }

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

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

 a { background-color: rgb(118,159,117); }

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

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

 span { border-color: rgb(118,159,117); }

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