#789370

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

Shades of Amulet #789370

Tints of Amulet #789370

Color information

#789370 (or 0x789370) is unknown color: approx Amulet. HEX triplet: 78, 93 and 70. RGB value is (120,147,112). Sum of RGB (Red+Green+Blue) = 120+147+112=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #789370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789370 is #876C8F. Grayscale: #878787. Windows color (decimal): -8875152 or 7377784. OLE color: 7377784.

HSL color Cylindrical-coordinate representation of color #789370: hue angle of 106.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789370 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB120147112-
CMYK0.1800.240.42
HSL106.29º13.94%50.78%-
HSV(B)106.29º23.81%57.65%-
XYZ21.126.0319.24-
YUV134.94115.05117.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=31.66%
G=38.79%
B=29.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471120.1800.240.42106.2913.9450.78
Hex789370120182A6ae33
Octal17022316022030521521663
Binary11110001001001111100001001001100010101011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789370; }

 p { color: rgb(120,147,112); }

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

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

 a { background-color: rgb(120,147,112); }

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

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

 span { border-color: rgb(120,147,112); }

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