#869B78

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

Shades of Amulet #869B78

Tints of Amulet #869B78

Color information

#869B78 (or 0x869B78) is unknown color: approx Amulet. HEX triplet: 86, 9B and 78. RGB value is (134,155,120). Sum of RGB (Red+Green+Blue) = 134+155+120=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #869B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B78 is #796487. Grayscale: #909090. Windows color (decimal): -7955592 or 7904134. OLE color: 7904134.

HSL color Cylindrical-coordinate representation of color #869B78: hue angle of 96º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869B78 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB134155120-
CMYK0.1400.230.39
HSL96º14.89%53.92%-
HSV(B)96º22.58%60.78%-
XYZ24.9429.8722.22-
YUV144.73114.04120.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=32.76%
G=37.90%
B=29.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551200.1400.230.399614.8953.92
Hex869B78E0172760f36
Octal20623317016027471401766
Binary10000110100110111111000111001011110011111000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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