#78A974

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

Shades of Amulet #78A974

Tints of Amulet #78A974

Color information

#78A974 (or 0x78A974) is unknown color: approx Amulet. HEX triplet: 78, A9 and 74. RGB value is (120,169,116). Sum of RGB (Red+Green+Blue) = 120+169+116=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #78A974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A974 is #87568B. Grayscale: #949494. Windows color (decimal): -8869516 or 7645560. OLE color: 7645560.

HSL color Cylindrical-coordinate representation of color #78A974: hue angle of 115.47º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A974 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB120169116-
CMYK0.2900.310.34
HSL115.47º23.56%55.88%-
HSV(B)115.47º31.36%66.27%-
XYZ25.0933.6321.69-
YUV148.31109.77107.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=29.63%
G=41.73%
B=28.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201691160.2900.310.34115.4723.5655.88
Hex78A9741D01F22731838
Octal17025116435037421633070
Binary111100010101001111010011101011111100010111001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A974; }

 p { color: rgb(120,169,116); }

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

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

 a { background-color: rgb(120,169,116); }

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

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

 span { border-color: rgb(120,169,116); }

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