Html Css Color HEX #869B78 Amulet

📋 copy color: '#869B78'

red 134 ◦ green 155 ◦ blue 120

#869B78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #869B78

Tints of Amulet #869B78

RGB

 RED value IS 134 (52.73% from 255) = 32.76%

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 32.76%
G = 37.9%
B = 29.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#869B78 (or 0x869B78) is known color: 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

RGB 134 155 120 -
CMYK 0.14 0 0.23 0.39
HSL 96º 0.15% 0.54% -
HSV(B) 96º 0.23% 0.61% -
XYZ 24.94 29.87 22.22 -
YUV 144.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 134 155 120 0.14 0 0.23 0.39 96 0.15 0.54
Hex 86 9B 78 E 0 17 27 60 F 36
Octal 206 233 170 16 0 27 47 140 17 66
Binary 10000110 10011011 1111000 1110 0 10111 100111 1100000 1111 110110

Color Harmonies of #869B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B78

Black with #869B78

Text Example


Text Example

White with #869B78

Text Example


Text Example

HTML Codes & Css Web 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>