#78A975

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

Shades of Amulet #78A975

Tints of Amulet #78A975

Color information

#78A975 (or 0x78A975) is unknown color: approx Amulet. HEX triplet: 78, A9 and 75. RGB value is (120,169,117). Sum of RGB (Red+Green+Blue) = 120+169+117=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #78A975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A975 is #87568A. Grayscale: #949494. Windows color (decimal): -8869515 or 7711096. OLE color: 7711096.

HSL color Cylindrical-coordinate representation of color #78A975: hue angle of 116.54º degrees, saturation: 0.23, 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 #78A975 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB120169117-
CMYK0.2900.310.34
HSL116.54º23.21%56.08%-
HSV(B)116.54º30.77%66.27%-
XYZ25.1433.6522-
YUV148.42110.27107.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=29.56%
G=41.63%
B=28.82%

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
Decimal1201691170.2900.310.34116.5423.2156.08
Hex78A9751D01F22751738
Octal17025116535037421652770
Binary111100010101001111010111101011111100010111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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