Html Css Color HEX #859C71 Amulet

📋 copy color: '#859C71'

red 133 ◦ green 156 ◦ blue 113

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

Shades of Amulet #859C71

Tints of Amulet #859C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.81%

 BLUE value IS 113 (44.53% from 255) = 28.11%

R = 33.08%
G = 38.81%
B = 28.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#859C71 (or 0x859C71) is known color: Amulet. HEX triplet: 85, 9C and 71. RGB value is (133,156,113). Sum of RGB (Red+Green+Blue) = 133+156+113=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #859C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C71 is #7A638E. Grayscale: #909090. Windows color (decimal): -8020879 or 7445637. OLE color: 7445637.

HSL color Cylindrical-coordinate representation of color #859C71: hue angle of 92.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859C71 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 156 113 -
CMYK 0.15 0 0.28 0.39
HSL 92.09º 0.18% 0.53% -
HSV(B) 92.09º 0.28% 0.61% -
XYZ 24.54 29.96 20.11 -
YUV 144.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 133 156 113 0.15 0 0.28 0.39 92.09 0.18 0.53
Hex 85 9C 71 F 0 1C 27 5C 12 35
Octal 205 234 161 17 0 34 47 134 22 65
Binary 10000101 10011100 1110001 1111 0 11100 100111 1011100 10010 110101

Color Harmonies of #859C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C71

Black with #859C71

Text Example


Text Example

White with #859C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,113); }

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

background-color css

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

 a { background-color: rgb(133,156,113); }

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

border-color css

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

 span { border-color: rgb(133,156,113); }

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