Html Css Color HEX #819687 Envy

📋 copy color: '#819687'

red 129 ◦ green 150 ◦ blue 135

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

Shades of Envy #819687

Tints of Envy #819687

RGB

 RED value IS 129 (50.78% from 255) = 31.16%

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

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

R = 31.16%
G = 36.23%
B = 32.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#819687 (or 0x819687) is known color: Envy. HEX triplet: 81, 96 and 87. RGB value is (129,150,135). Sum of RGB (Red+Green+Blue) = 129+150+135=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #819687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819687 is #7E6978. Grayscale: #8E8E8E. Windows color (decimal): -8284537 or 8885889. OLE color: 8885889.

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

Color convert

RGB 129 150 135 -
CMYK 0.14 0 0.1 0.41
HSL 137.14º 0.09% 0.55% -
HSV(B) 137.14º 0.14% 0.59% -
XYZ 24.33 28.23 27.09 -
YUV 142.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 129 150 135 0.14 0 0.1 0.41 137.14 0.09 0.55
Hex 81 96 87 E 0 A 29 89 9 37
Octal 201 226 207 16 0 12 51 211 11 67
Binary 10000001 10010110 10000111 1110 0 1010 101001 10001001 1001 110111

Color Harmonies of #819687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819687

Black with #819687

Text Example


Text Example

White with #819687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819687; }

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

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

background-color css

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

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

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

border-color css

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

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

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