#789C66

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

Shades of Amulet #789C66

Tints of Amulet #789C66

Color information

#789C66 (or 0x789C66) is unknown color: approx Amulet. HEX triplet: 78, 9C and 66. RGB value is (120,156,102). Sum of RGB (Red+Green+Blue) = 120+156+102=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #789C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789C66 is #876399. Grayscale: #8B8B8B. Windows color (decimal): -8872858 or 6724728. OLE color: 6724728.

HSL color Cylindrical-coordinate representation of color #789C66: hue angle of 100º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789C66 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB120156102-
CMYK0.2300.350.39
HSL100º21.43%50.59%-
HSV(B)100º34.62%61.18%-
XYZ22.0328.7316.95-
YUV139.08107.07114.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=31.75%
G=41.27%
B=26.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201561020.2300.350.3910021.4350.59
Hex789C661702327641533
Octal17023414627043471442563
Binary1111000100111001100110101110100011100111110010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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