#789F72

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

Shades of Amulet #789F72

Tints of Amulet #789F72

Color information

#789F72 (or 0x789F72) is unknown color: approx Amulet. HEX triplet: 78, 9F and 72. RGB value is (120,159,114). Sum of RGB (Red+Green+Blue) = 120+159+114=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #789F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789F72 is #87608D. Grayscale: #8E8E8E. Windows color (decimal): -8872078 or 7511928. OLE color: 7511928.

HSL color Cylindrical-coordinate representation of color #789F72: hue angle of 112º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #789F72 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB120159114-
CMYK0.2500.280.38
HSL112º18.99%53.53%-
HSV(B)112º28.3%62.35%-
XYZ23.183020.49-
YUV142.21112.08112.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=30.53%
G=40.46%
B=29.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201591140.2500.280.3811218.9953.53
Hex789F721901C26701336
Octal17023716231034461602366
Binary111100010011111111001011001011100100110111000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,159,114); }

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

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

 a { background-color: rgb(120,159,114); }

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

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

 span { border-color: rgb(120,159,114); }

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