#769470

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

Shades of Amulet #769470

Tints of Amulet #769470

Color information

#769470 (or 0x769470) is unknown color: approx Amulet. HEX triplet: 76, 94 and 70. RGB value is (118,148,112). Sum of RGB (Red+Green+Blue) = 118+148+112=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #769470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769470 is #896B8F. Grayscale: #878787. Windows color (decimal): -9005968 or 7378038. OLE color: 7378038.

HSL color Cylindrical-coordinate representation of color #769470: hue angle of 110º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769470 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB118148112-
CMYK0.2000.240.42
HSL110º14.4%50.98%-
HSV(B)110º24.32%58.04%-
XYZ20.9926.219.28-
YUV134.93115.06115.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=31.22%
G=39.15%
B=29.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481120.2000.240.4211014.450.98
Hex769470140182A6ee33
Octal16622416024030521561663
Binary11101101001010011100001010001100010101011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769470; }

 p { color: rgb(118,148,112); }

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

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

 a { background-color: rgb(118,148,112); }

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

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

 span { border-color: rgb(118,148,112); }

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