Html Css Color HEX #869479 Amulet

📋 copy color: '#869479'

red 134 ◦ green 148 ◦ blue 121

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

Shades of Amulet #869479

Tints of Amulet #869479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 33.25%
G = 36.72%
B = 30.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#869479 (or 0x869479) is known color: Amulet. HEX triplet: 86, 94 and 79. RGB value is (134,148,121). Sum of RGB (Red+Green+Blue) = 134+148+121=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #869479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869479 is #796B86. Grayscale: #8C8C8C. Windows color (decimal): -7957383 or 7967878. OLE color: 7967878.

HSL color Cylindrical-coordinate representation of color #869479: hue angle of 91.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #869479 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 121 -
CMYK 0.09 0 0.18 0.42
HSL 91.11º 0.11% 0.53% -
HSV(B) 91.11º 0.18% 0.58% -
XYZ 23.87 27.63 22.16 -
YUV 140.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 134 148 121 0.09 0 0.18 0.42 91.11 0.11 0.53
Hex 86 94 79 9 0 12 2A 5B B 35
Octal 206 224 171 11 0 22 52 133 13 65
Binary 10000110 10010100 1111001 1001 0 10010 101010 1011011 1011 110101

Color Harmonies of #869479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869479

Black with #869479

Text Example


Text Example

White with #869479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869479; }

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

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

background-color css

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

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

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

border-color css

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

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

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