Html Css Color HEX #849F87 Envy

📋 copy color: '#849F87'

red 132 ◦ green 159 ◦ blue 135

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

Shades of Envy #849F87

Tints of Envy #849F87

RGB

 RED value IS 132 (51.95% from 255) = 30.99%

 GREEN value IS 159 (62.5% from 255) = 37.32%

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

R = 30.99%
G = 37.32%
B = 31.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#849F87 (or 0x849F87) is known color: Envy. HEX triplet: 84, 9F and 87. RGB value is (132,159,135). Sum of RGB (Red+Green+Blue) = 132+159+135=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #849F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F87 is #7B6078. Grayscale: #949494. Windows color (decimal): -8085625 or 8888196. OLE color: 8888196.

HSL color Cylindrical-coordinate representation of color #849F87: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F87 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 135 -
CMYK 0.17 0 0.15 0.38
HSL 126.67º 0.12% 0.57% -
HSV(B) 126.67º 0.17% 0.62% -
XYZ 26.29 31.45 27.61 -
YUV 148.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 132 159 135 0.17 0 0.15 0.38 126.67 0.12 0.57
Hex 84 9F 87 11 0 F 26 7F C 39
Octal 204 237 207 21 0 17 46 177 14 71
Binary 10000100 10011111 10000111 10001 0 1111 100110 1111111 1100 111001

Color Harmonies of #849F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F87

Black with #849F87

Text Example


Text Example

White with #849F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F87; }

 p { color: rgb(132,159,135); }

 H1.HeaderClassName
 {
   color: #849F87;
 }
 .AnyTagClassName
 {
   color: #849F87;
 }
</style>

background-color css

<style>
 a { background-color: #849F87; }

 a { background-color: rgb(132,159,135); }

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

border-color css

<style>
 span { border-color: #849F87; }

 span { border-color: rgb(132,159,135); }

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