Html Css Color HEX #859B72 Amulet

📋 copy color: '#859B72'

red 133 ◦ green 155 ◦ blue 114

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

Shades of Amulet #859B72

Tints of Amulet #859B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.56%

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 33.08%
G = 38.56%
B = 28.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#859B72 (or 0x859B72) is known color: Amulet. HEX triplet: 85, 9B and 72. RGB value is (133,155,114). Sum of RGB (Red+Green+Blue) = 133+155+114=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #859B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B72 is #7A648D. Grayscale: #8F8F8F. Windows color (decimal): -8021134 or 7510917. OLE color: 7510917.

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

Color convert

RGB 133 155 114 -
CMYK 0.14 0 0.26 0.39
HSL 92.2º 0.17% 0.53% -
HSV(B) 92.2º 0.26% 0.61% -
XYZ 24.43 29.64 20.35 -
YUV 143.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 133 155 114 0.14 0 0.26 0.39 92.2 0.17 0.53
Hex 85 9B 72 E 0 1A 27 5C 11 35
Octal 205 233 162 16 0 32 47 134 21 65
Binary 10000101 10011011 1110010 1110 0 11010 100111 1011100 10001 110101

Color Harmonies of #859B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B72

Black with #859B72

Text Example


Text Example

White with #859B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,155,114); }

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

background-color css

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

 a { background-color: rgb(133,155,114); }

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

border-color css

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

 span { border-color: rgb(133,155,114); }

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