#769973

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

Shades of Amulet #769973

Tints of Amulet #769973

Color information

#769973 (or 0x769973) is unknown color: approx Amulet. HEX triplet: 76, 99 and 73. RGB value is (118,153,115). Sum of RGB (Red+Green+Blue) = 118+153+115=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #769973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769973 is #89668C. Grayscale: #8A8A8A. Windows color (decimal): -9004685 or 7575926. OLE color: 7575926.

HSL color Cylindrical-coordinate representation of color #769973: hue angle of 115.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769973 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB118153115-
CMYK0.2300.250.4
HSL115.26º15.7%52.55%-
HSV(B)115.26º24.84%60%-
XYZ21.9627.8720.44-
YUV138.2114.9113.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=30.57%
G=39.64%
B=29.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181531150.2300.250.4115.2615.752.55
Hex7699731701928731035
Octal16623116327031501632065
Binary111011010011001111001110111011001101000111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769973; }

 p { color: rgb(118,153,115); }

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

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

 a { background-color: rgb(118,153,115); }

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

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

 span { border-color: rgb(118,153,115); }

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