Html Css Color HEX #85A086 Envy

📋 copy color: '#85A086'

red 133 ◦ green 160 ◦ blue 134

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

Shades of Envy #85A086

Tints of Envy #85A086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

 BLUE value IS 134 (52.73% from 255) = 31.38%

R = 31.15%
G = 37.47%
B = 31.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#85A086 (or 0x85A086) is known color: Envy. HEX triplet: 85, A0 and 86. RGB value is (133,160,134). Sum of RGB (Red+Green+Blue) = 133+160+134=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #85A086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A086 is #7A5F79. Grayscale: #959595. Windows color (decimal): -8019834 or 8822917. OLE color: 8822917.

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

Color convert

RGB 133 160 134 -
CMYK 0.17 0 0.16 0.37
HSL 122.22º 0.12% 0.57% -
HSV(B) 122.22º 0.17% 0.63% -
XYZ 26.55 31.85 27.3 -
YUV 148.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 133 160 134 0.17 0 0.16 0.37 122.22 0.12 0.57
Hex 85 A0 86 11 0 10 25 7A C 39
Octal 205 240 206 21 0 20 45 172 14 71
Binary 10000101 10100000 10000110 10001 0 10000 100101 1111010 1100 111001

Color Harmonies of #85A086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A086

Black with #85A086

Text Example


Text Example

White with #85A086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,160,134); }

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

background-color css

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

 a { background-color: rgb(133,160,134); }

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

border-color css

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

 span { border-color: rgb(133,160,134); }

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