Html Css Color HEX #869979 Amulet

📋 copy color: '#869979'

red 134 ◦ green 153 ◦ blue 121

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

Shades of Amulet #869979

Tints of Amulet #869979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.5%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 32.84%
G = 37.5%
B = 29.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#869979 (or 0x869979) is known color: Amulet. HEX triplet: 86, 99 and 79. RGB value is (134,153,121). Sum of RGB (Red+Green+Blue) = 134+153+121=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #869979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869979 is #796686. Grayscale: #8F8F8F. Windows color (decimal): -7956103 or 7969158. OLE color: 7969158.

HSL color Cylindrical-coordinate representation of color #869979: hue angle of 95.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #869979 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 121 -
CMYK 0.12 0 0.21 0.4
HSL 95.63º 0.14% 0.54% -
HSV(B) 95.63º 0.21% 0.6% -
XYZ 24.67 29.23 22.43 -
YUV 143.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 134 153 121 0.12 0 0.21 0.4 95.63 0.14 0.54
Hex 86 99 79 C 0 15 28 60 E 36
Octal 206 231 171 14 0 25 50 140 16 66
Binary 10000110 10011001 1111001 1100 0 10101 101000 1100000 1110 110110

Color Harmonies of #869979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869979

Black with #869979

Text Example


Text Example

White with #869979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869979; }

 p { color: rgb(134,153,121); }

 H1.HeaderClassName
 {
   color: #869979;
 }
 .AnyTagClassName
 {
   color: #869979;
 }
</style>

background-color css

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

 a { background-color: rgb(134,153,121); }

 div.DivClassName
 {
   background-color: #869979;
 }
 .BgClassName
 {
   background-color: #869979;
 }
</style>

border-color css

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

 span { border-color: rgb(134,153,121); }

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