#789D68

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

Shades of Amulet #789D68

Tints of Amulet #789D68

Color information

#789D68 (or 0x789D68) is unknown color: approx Amulet. HEX triplet: 78, 9D and 68. RGB value is (120,157,104). Sum of RGB (Red+Green+Blue) = 120+157+104=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #789D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789D68 is #876297. Grayscale: #8C8C8C. Windows color (decimal): -8872600 or 6856056. OLE color: 6856056.

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

Color convert

RGB120157104-
CMYK0.2400.340.38
HSL101.89º21.29%51.18%-
HSV(B)101.89º33.76%61.57%-
XYZ22.329.1117.54-
YUV139.89107.74113.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=31.50%
G=41.21%
B=27.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201571040.2400.340.38101.8921.2951.18
Hex789D681802226661533
Octal17023515030042461462563
Binary1111000100111011101000110000100010100110110011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,157,104); }

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

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

 a { background-color: rgb(120,157,104); }

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

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

 span { border-color: rgb(120,157,104); }

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