#769571

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

Shades of Amulet #769571

Tints of Amulet #769571

Color information

#769571 (or 0x769571) is unknown color: approx Amulet. HEX triplet: 76, 95 and 71. RGB value is (118,149,113). Sum of RGB (Red+Green+Blue) = 118+149+113=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #769571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769571 is #896A8E. Grayscale: #878787. Windows color (decimal): -9005711 or 7443830. OLE color: 7443830.

HSL color Cylindrical-coordinate representation of color #769571: hue angle of 111.67º degrees, saturation: 0.15, 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 #769571 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB118149113-
CMYK0.2100.240.42
HSL111.67º14.52%51.37%-
HSV(B)111.67º24.16%58.43%-
XYZ21.226.5419.63-
YUV135.63115.23115.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 149 (58.59% from 255) = 39.21%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=31.05%
G=39.21%
B=29.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491130.2100.240.42111.6714.5251.37
Hex769571150182A70f33
Octal16622516125030521601763
Binary11101101001010111100011010101100010101011100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769571; }

 p { color: rgb(118,149,113); }

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

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

 a { background-color: rgb(118,149,113); }

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

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

 span { border-color: rgb(118,149,113); }

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