Html Css Color HEX #809C85 Envy

📋 copy color: '#809C85'

red 128 ◦ green 156 ◦ blue 133

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

Shades of Envy #809C85

Tints of Envy #809C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 30.7%
G = 37.41%
B = 31.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#809C85 (or 0x809C85) is known color: Envy. HEX triplet: 80, 9C and 85. RGB value is (128,156,133). Sum of RGB (Red+Green+Blue) = 128+156+133=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #809C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809C85 is #7F637A. Grayscale: #919191. Windows color (decimal): -8348539 or 8756352. OLE color: 8756352.

HSL color Cylindrical-coordinate representation of color #809C85: hue angle of 130.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #809C85 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 156 133 -
CMYK 0.18 0 0.15 0.39
HSL 130.71º 0.12% 0.56% -
HSV(B) 130.71º 0.18% 0.61% -
XYZ 25.02 30.06 26.67 -
YUV 145.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 128 156 133 0.18 0 0.15 0.39 130.71 0.12 0.56
Hex 80 9C 85 12 0 F 27 83 C 38
Octal 200 234 205 22 0 17 47 203 14 70
Binary 10000000 10011100 10000101 10010 0 1111 100111 10000011 1100 111000

Color Harmonies of #809C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809C85

Black with #809C85

Text Example


Text Example

White with #809C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,156,133); }

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

background-color css

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

 a { background-color: rgb(128,156,133); }

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

border-color css

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

 span { border-color: rgb(128,156,133); }

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