Html Css Color HEX #859479 Amulet

📋 copy color: '#859479'

red 133 ◦ green 148 ◦ blue 121

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

Shades of Amulet #859479

Tints of Amulet #859479

RGB

 RED value IS 133 (52.34% from 255) = 33.08%

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

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

R = 33.08%
G = 36.82%
B = 30.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#859479 (or 0x859479) is known color: Amulet. HEX triplet: 85, 94 and 79. RGB value is (133,148,121). Sum of RGB (Red+Green+Blue) = 133+148+121=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #859479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859479 is #7A6B86. Grayscale: #8C8C8C. Windows color (decimal): -8022919 or 7967877. OLE color: 7967877.

HSL color Cylindrical-coordinate representation of color #859479: hue angle of 93.33º 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 #859479 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 121 -
CMYK 0.10 0 0.18 0.42
HSL 93.33º 0.11% 0.53% -
HSV(B) 93.33º 0.18% 0.58% -
XYZ 23.71 27.55 22.16 -
YUV 140.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 133 148 121 0.10 0 0.18 0.42 93.33 0.11 0.53
Hex 85 94 79 A 0 12 2A 5D B 35
Octal 205 224 171 12 0 22 52 135 13 65
Binary 10000101 10010100 1111001 1010 0 10010 101010 1011101 1011 110101

Color Harmonies of #859479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859479

Black with #859479

Text Example


Text Example

White with #859479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859479; }

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

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

background-color css

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

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

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

border-color css

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

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

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