Html Css Color HEX #859A74 Amulet

📋 copy color: '#859A74'

red 133 ◦ green 154 ◦ blue 116

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

Shades of Amulet #859A74

Tints of Amulet #859A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 33%
G = 38.21%
B = 28.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#859A74 (or 0x859A74) is known color: Amulet. HEX triplet: 85, 9A and 74. RGB value is (133,154,116). Sum of RGB (Red+Green+Blue) = 133+154+116=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #859A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A74 is #7A658B. Grayscale: #8F8F8F. Windows color (decimal): -8021388 or 7641733. OLE color: 7641733.

HSL color Cylindrical-coordinate representation of color #859A74: hue angle of 93.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859A74 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 154 116 -
CMYK 0.14 0 0.25 0.40
HSL 93.16º 0.16% 0.53% -
HSV(B) 93.16º 0.25% 0.6% -
XYZ 24.38 29.36 20.9 -
YUV 143.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 133 154 116 0.14 0 0.25 0.40 93.16 0.16 0.53
Hex 85 9A 74 E 0 19 28 5D 10 35
Octal 205 232 164 16 0 31 50 135 20 65
Binary 10000101 10011010 1110100 1110 0 11001 101000 1011101 10000 110101

Color Harmonies of #859A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A74

Black with #859A74

Text Example


Text Example

White with #859A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859A74; }

 p { color: rgb(133,154,116); }

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

background-color css

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

 a { background-color: rgb(133,154,116); }

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

border-color css

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

 span { border-color: rgb(133,154,116); }

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