Html Css Color HEX #859C7B Amulet

📋 copy color: '#859C7B'

red 133 ◦ green 156 ◦ blue 123

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

Shades of Amulet #859C7B

Tints of Amulet #859C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 32.28%
G = 37.86%
B = 29.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#859C7B (or 0x859C7B) is known color: Amulet. HEX triplet: 85, 9C and 7B. RGB value is (133,156,123). Sum of RGB (Red+Green+Blue) = 133+156+123=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #859C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C7B is #7A6384. Grayscale: #919191. Windows color (decimal): -8020869 or 8100997. OLE color: 8100997.

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

Color convert

RGB 133 156 123 -
CMYK 0.15 0 0.21 0.39
HSL 101.82º 0.14% 0.55% -
HSV(B) 101.82º 0.21% 0.61% -
XYZ 25.14 30.19 23.24 -
YUV 145.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 133 156 123 0.15 0 0.21 0.39 101.82 0.14 0.55
Hex 85 9C 7B F 0 15 27 66 E 37
Octal 205 234 173 17 0 25 47 146 16 67
Binary 10000101 10011100 1111011 1111 0 10101 100111 1100110 1110 110111

Color Harmonies of #859C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C7B

Black with #859C7B

Text Example


Text Example

White with #859C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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