#789E66

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

Shades of Amulet #789E66

Tints of Amulet #789E66

Color information

#789E66 (or 0x789E66) is unknown color: approx Amulet. HEX triplet: 78, 9E and 66. RGB value is (120,158,102). Sum of RGB (Red+Green+Blue) = 120+158+102=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #789E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E66 is #876199. Grayscale: #8C8C8C. Windows color (decimal): -8872346 or 6725240. OLE color: 6725240.

HSL color Cylindrical-coordinate representation of color #789E66: hue angle of 100.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789E66 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB120158102-
CMYK0.2400.350.38
HSL100.71º22.4%50.98%-
HSV(B)100.71º35.44%61.96%-
XYZ22.3729.4117.07-
YUV140.25106.41113.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=31.58%
G=41.58%
B=26.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201581020.2400.350.38100.7122.450.98
Hex789E661802326651633
Octal17023614630043461452663
Binary1111000100111101100110110000100011100110110010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789E66; }

 p { color: rgb(120,158,102); }

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

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

 a { background-color: rgb(120,158,102); }

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

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

 span { border-color: rgb(120,158,102); }

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