Html Css Color HEX #809E82 Envy

📋 copy color: '#809E82'

red 128 ◦ green 158 ◦ blue 130

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

Shades of Envy #809E82

Tints of Envy #809E82

RGB

 RED value IS 128 (50.39% from 255) = 30.77%

 GREEN value IS 158 (62.11% from 255) = 37.98%

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 30.77%
G = 37.98%
B = 31.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#809E82 (or 0x809E82) is known color: Envy. HEX triplet: 80, 9E and 82. RGB value is (128,158,130). Sum of RGB (Red+Green+Blue) = 128+158+130=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #809E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809E82 is #7F617D. Grayscale: #919191. Windows color (decimal): -8348030 or 8560256. OLE color: 8560256.

HSL color Cylindrical-coordinate representation of color #809E82: hue angle of 124º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809E82 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 158 130 -
CMYK 0.19 0 0.18 0.38
HSL 124º 0.13% 0.56% -
HSV(B) 124º 0.19% 0.62% -
XYZ 25.16 30.65 25.71 -
YUV 145.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 128 158 130 0.19 0 0.18 0.38 124 0.13 0.56
Hex 80 9E 82 13 0 12 26 7C D 38
Octal 200 236 202 23 0 22 46 174 15 70
Binary 10000000 10011110 10000010 10011 0 10010 100110 1111100 1101 111000

Color Harmonies of #809E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809E82

Black with #809E82

Text Example


Text Example

White with #809E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809E82; }

 p { color: rgb(128,158,130); }

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

background-color css

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

 a { background-color: rgb(128,158,130); }

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

border-color css

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

 span { border-color: rgb(128,158,130); }

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