#869D78

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

Shades of Amulet #869D78

Tints of Amulet #869D78

Color information

#869D78 (or 0x869D78) is unknown color: approx Amulet. HEX triplet: 86, 9D and 78. RGB value is (134,157,120). Sum of RGB (Red+Green+Blue) = 134+157+120=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #869D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D78 is #796287. Grayscale: #929292. Windows color (decimal): -7955080 or 7904646. OLE color: 7904646.

HSL color Cylindrical-coordinate representation of color #869D78: hue angle of 97.3º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #869D78 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB134157120-
CMYK0.1500.240.38
HSL97.3º15.88%54.31%-
HSV(B)97.3º23.57%61.57%-
XYZ25.2830.5422.33-
YUV145.9113.38119.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=32.60%
G=38.20%
B=29.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341571200.1500.240.3897.315.8854.31
Hex869D78F01826611036
Octal20623517017030461412066
Binary100001101001110111110001111011000100110110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869D78; }

 p { color: rgb(134,157,120); }

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

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

 a { background-color: rgb(134,157,120); }

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

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

 span { border-color: rgb(134,157,120); }

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