#769671

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

Shades of Amulet #769671

Tints of Amulet #769671

Color information

#769671 (or 0x769671) is unknown color: approx Amulet. HEX triplet: 76, 96 and 71. RGB value is (118,150,113). Sum of RGB (Red+Green+Blue) = 118+150+113=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #769671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769671 is #89698E. Grayscale: #888888. Windows color (decimal): -9005455 or 7444086. OLE color: 7444086.

HSL color Cylindrical-coordinate representation of color #769671: hue angle of 111.89º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769671 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB118150113-
CMYK0.2100.250.41
HSL111.89º14.98%51.57%-
HSV(B)111.89º24.67%58.82%-
XYZ21.3626.8619.68-
YUV136.21114.9115.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=30.97%
G=39.37%
B=29.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501130.2100.250.41111.8914.9851.57
Hex769671150192970f34
Octal16622616125031511601764
Binary11101101001011011100011010101100110100111100001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769671; }

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

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

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

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

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

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

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

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