Html Css Color HEX #829687 Envy

📋 copy color: '#829687'

red 130 ◦ green 150 ◦ blue 135

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

Shades of Envy #829687

Tints of Envy #829687

RGB

 RED value IS 130 (51.17% from 255) = 31.33%

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

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

R = 31.33%
G = 36.14%
B = 32.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#829687 (or 0x829687) is known color: Envy. HEX triplet: 82, 96 and 87. RGB value is (130,150,135). Sum of RGB (Red+Green+Blue) = 130+150+135=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #829687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829687 is #7D6978. Grayscale: #8E8E8E. Windows color (decimal): -8219001 or 8885890. OLE color: 8885890.

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

Color convert

RGB 130 150 135 -
CMYK 0.13 0 0.1 0.41
HSL 135º 0.09% 0.55% -
HSV(B) 135º 0.13% 0.59% -
XYZ 24.49 28.31 27.1 -
YUV 142.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 130 150 135 0.13 0 0.1 0.41 135 0.09 0.55
Hex 82 96 87 D 0 A 29 87 9 37
Octal 202 226 207 15 0 12 51 207 11 67
Binary 10000010 10010110 10000111 1101 0 1010 101001 10000111 1001 110111

Color Harmonies of #829687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829687

Black with #829687

Text Example


Text Example

White with #829687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829687; }

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

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

background-color css

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

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

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

border-color css

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

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

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