#869F78

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

Shades of Amulet #869F78

Tints of Amulet #869F78

Color information

#869F78 (or 0x869F78) is unknown color: approx Amulet. HEX triplet: 86, 9F and 78. RGB value is (134,159,120). Sum of RGB (Red+Green+Blue) = 134+159+120=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #869F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F78 is #796087. Grayscale: #939393. Windows color (decimal): -7954568 or 7905158. OLE color: 7905158.

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

Color convert

RGB134159120-
CMYK0.1600.250.38
HSL98.46º16.88%54.71%-
HSV(B)98.46º24.53%62.35%-
XYZ25.6231.2222.45-
YUV147.08112.72118.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=32.45%
G=38.50%
B=29.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341591200.1600.250.3898.4616.8854.71
Hex869F781001926621137
Octal20623717020031461422167
Binary1000011010011111111100010000011001100110110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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