Html Css Color HEX #85AA89 Envy

📋 copy color: '#85AA89'

red 133 ◦ green 170 ◦ blue 137

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

Shades of Envy #85AA89

Tints of Envy #85AA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.64%

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 30.23%
G = 38.64%
B = 31.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#85AA89 (or 0x85AA89) is known color: Envy. HEX triplet: 85, AA and 89. RGB value is (133,170,137). Sum of RGB (Red+Green+Blue) = 133+170+137=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AA89 is #7A5576. Grayscale: #9B9B9B. Windows color (decimal): -8017271 or 9022085. OLE color: 9022085.

HSL color Cylindrical-coordinate representation of color #85AA89: hue angle of 126.49º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AA89 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 137 -
CMYK 0.22 0 0.19 0.33
HSL 126.49º 0.18% 0.59% -
HSV(B) 126.49º 0.22% 0.67% -
XYZ 28.56 35.54 29.02 -
YUV 155.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 133 170 137 0.22 0 0.19 0.33 126.49 0.18 0.59
Hex 85 AA 89 16 0 13 21 7E 12 3B
Octal 205 252 211 26 0 23 41 176 22 73
Binary 10000101 10101010 10001001 10110 0 10011 100001 1111110 10010 111011

Color Harmonies of #85AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA89

Black with #85AA89

Text Example


Text Example

White with #85AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,170,137); }

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

background-color css

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

 a { background-color: rgb(133,170,137); }

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

border-color css

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

 span { border-color: rgb(133,170,137); }

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