#78A274

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

Shades of Amulet #78A274

Tints of Amulet #78A274

Color information

#78A274 (or 0x78A274) is unknown color: approx Amulet. HEX triplet: 78, A2 and 74. RGB value is (120,162,116). Sum of RGB (Red+Green+Blue) = 120+162+116=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #78A274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A274 is #875D8B. Grayscale: #909090. Windows color (decimal): -8871308 or 7643768. OLE color: 7643768.

HSL color Cylindrical-coordinate representation of color #78A274: hue angle of 114.78º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A274 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB120162116-
CMYK0.2600.280.36
HSL114.78º19.83%54.51%-
HSV(B)114.78º28.4%63.53%-
XYZ23.8231.0921.27-
YUV144.2112.09110.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=30.15%
G=40.70%
B=29.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201621160.2600.280.36114.7819.8354.51
Hex78A2741A01C24731437
Octal17024216432034441632467
Binary111100010100010111010011010011100100100111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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