Html Css Color HEX #849687 Envy

📋 copy color: '#849687'

red 132 ◦ green 150 ◦ blue 135

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

Shades of Envy #849687

Tints of Envy #849687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 31.65%
G = 35.97%
B = 32.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#849687 (or 0x849687) is known color: Envy. HEX triplet: 84, 96 and 87. RGB value is (132,150,135). Sum of RGB (Red+Green+Blue) = 132+150+135=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #849687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849687 is #7B6978. Grayscale: #8E8E8E. Windows color (decimal): -8087929 or 8885892. OLE color: 8885892.

HSL color Cylindrical-coordinate representation of color #849687: hue angle of 130º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #849687 is Cyan = 0.12, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 135 -
CMYK 0.12 0 0.1 0.41
HSL 130º 0.08% 0.55% -
HSV(B) 130º 0.12% 0.59% -
XYZ 24.8 28.47 27.11 -
YUV 142.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 132 150 135 0.12 0 0.1 0.41 130 0.08 0.55
Hex 84 96 87 C 0 A 29 82 8 37
Octal 204 226 207 14 0 12 51 202 10 67
Binary 10000100 10010110 10000111 1100 0 1010 101001 10000010 1000 110111

Color Harmonies of #849687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849687

Black with #849687

Text Example


Text Example

White with #849687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849687; }

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

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

background-color css

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

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

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

border-color css

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

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

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