Html Css Color HEX #85A17B Amulet

📋 copy color: '#85A17B'

red 133 ◦ green 161 ◦ blue 123

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

Shades of Amulet #85A17B

Tints of Amulet #85A17B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 31.89%
G = 38.61%
B = 29.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#85A17B (or 0x85A17B) is known color: Amulet. HEX triplet: 85, A1 and 7B. RGB value is (133,161,123). Sum of RGB (Red+Green+Blue) = 133+161+123=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #85A17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A17B is #7A5E84. Grayscale: #949494. Windows color (decimal): -8019589 or 8102277. OLE color: 8102277.

HSL color Cylindrical-coordinate representation of color #85A17B: hue angle of 104.21º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85A17B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 123 -
CMYK 0.17 0 0.24 0.37
HSL 104.21º 0.17% 0.56% -
HSV(B) 104.21º 0.24% 0.63% -
XYZ 25.99 31.91 23.53 -
YUV 148.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 133 161 123 0.17 0 0.24 0.37 104.21 0.17 0.56
Hex 85 A1 7B 11 0 18 25 68 11 38
Octal 205 241 173 21 0 30 45 150 21 70
Binary 10000101 10100001 1111011 10001 0 11000 100101 1101000 10001 111000

Color Harmonies of #85A17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A17B

Black with #85A17B

Text Example


Text Example

White with #85A17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A17B; }

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

 H1.HeaderClassName
 {
   color: #85A17B;
 }
 .AnyTagClassName
 {
   color: #85A17B;
 }
</style>

background-color css

<style>
 a { background-color: #85A17B; }

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

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

border-color css

<style>
 span { border-color: #85A17B; }

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

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