Html Css Color HEX #85AD8E Envy

📋 copy color: '#85AD8E'

red 133 ◦ green 173 ◦ blue 142

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

Shades of Envy #85AD8E

Tints of Envy #85AD8E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 29.69%
G = 38.62%
B = 31.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#85AD8E (or 0x85AD8E) is known color: Envy. HEX triplet: 85, AD and 8E. RGB value is (133,173,142). Sum of RGB (Red+Green+Blue) = 133+173+142=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD8E is #7A5271. Grayscale: #9D9D9D. Windows color (decimal): -8016498 or 9350533. OLE color: 9350533.

HSL color Cylindrical-coordinate representation of color #85AD8E: hue angle of 133.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AD8E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 142 -
CMYK 0.23 0 0.18 0.32
HSL 133.5º 0.2% 0.6% -
HSV(B) 133.5º 0.23% 0.68% -
XYZ 29.5 36.83 31.14 -
YUV 157.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 133 173 142 0.23 0 0.18 0.32 133.5 0.2 0.6
Hex 85 AD 8E 17 0 12 20 86 14 3C
Octal 205 255 216 27 0 22 40 206 24 74
Binary 10000101 10101101 10001110 10111 0 10010 100000 10000110 10100 111100

Color Harmonies of #85AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD8E

Black with #85AD8E

Text Example


Text Example

White with #85AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,173,142); }

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

background-color css

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

 a { background-color: rgb(133,173,142); }

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

border-color css

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

 span { border-color: rgb(133,173,142); }

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