Html Css Color HEX #85A287 Envy

📋 copy color: '#85A287'

red 133 ◦ green 162 ◦ blue 135

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

Shades of Envy #85A287

Tints of Envy #85A287

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 135 (53.13% from 255) = 31.4%

R = 30.93%
G = 37.67%
B = 31.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#85A287 (or 0x85A287) is known color: Envy. HEX triplet: 85, A2 and 87. RGB value is (133,162,135). Sum of RGB (Red+Green+Blue) = 133+162+135=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #85A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A287 is #7A5D78. Grayscale: #969696. Windows color (decimal): -8019321 or 8888965. OLE color: 8888965.

HSL color Cylindrical-coordinate representation of color #85A287: hue angle of 124.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A287 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 135 -
CMYK 0.18 0 0.17 0.36
HSL 124.14º 0.13% 0.58% -
HSV(B) 124.14º 0.18% 0.64% -
XYZ 26.97 32.58 27.79 -
YUV 150.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 133 162 135 0.18 0 0.17 0.36 124.14 0.13 0.58
Hex 85 A2 87 12 0 11 24 7C D 3A
Octal 205 242 207 22 0 21 44 174 15 72
Binary 10000101 10100010 10000111 10010 0 10001 100100 1111100 1101 111010

Color Harmonies of #85A287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A287

Black with #85A287

Text Example


Text Example

White with #85A287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,135); }

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

background-color css

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

 a { background-color: rgb(133,162,135); }

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

border-color css

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

 span { border-color: rgb(133,162,135); }

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