Html Css Color HEX #859A7A Amulet

📋 copy color: '#859A7A'

red 133 ◦ green 154 ◦ blue 122

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

Shades of Amulet #859A7A

Tints of Amulet #859A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 32.52%
G = 37.65%
B = 29.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#859A7A (or 0x859A7A) is known color: Amulet. HEX triplet: 85, 9A and 7A. RGB value is (133,154,122). Sum of RGB (Red+Green+Blue) = 133+154+122=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 154 - color contains mainly: green. Hex color #859A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A7A is #7A6585. Grayscale: #909090. Windows color (decimal): -8021382 or 8034949. OLE color: 8034949.

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

Color convert

RGB 133 154 122 -
CMYK 0.14 0 0.21 0.40
HSL 99.38º 0.14% 0.54% -
HSV(B) 99.38º 0.21% 0.6% -
XYZ 24.74 29.5 22.8 -
YUV 144.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 133 154 122 0.14 0 0.21 0.40 99.38 0.14 0.54
Hex 85 9A 7A E 0 15 28 63 E 36
Octal 205 232 172 16 0 25 50 143 16 66
Binary 10000101 10011010 1111010 1110 0 10101 101000 1100011 1110 110110

Color Harmonies of #859A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A7A

Black with #859A7A

Text Example


Text Example

White with #859A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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