Html Css Color HEX #839F85 Envy

📋 copy color: '#839F85'

red 131 ◦ green 159 ◦ blue 133

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

Shades of Envy #839F85

Tints of Envy #839F85

RGB

 RED value IS 131 (51.56% from 255) = 30.97%

 GREEN value IS 159 (62.5% from 255) = 37.59%

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

R = 30.97%
G = 37.59%
B = 31.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#839F85 (or 0x839F85) is known color: Envy. HEX triplet: 83, 9F and 85. RGB value is (131,159,133). Sum of RGB (Red+Green+Blue) = 131+159+133=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #839F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F85 is #7C607A. Grayscale: #939393. Windows color (decimal): -8151163 or 8757123. OLE color: 8757123.

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

Color convert

RGB 131 159 133 -
CMYK 0.18 0 0.16 0.38
HSL 124.29º 0.13% 0.57% -
HSV(B) 124.29º 0.18% 0.62% -
XYZ 25.99 31.32 26.86 -
YUV 147.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 131 159 133 0.18 0 0.16 0.38 124.29 0.13 0.57
Hex 83 9F 85 12 0 10 26 7C D 39
Octal 203 237 205 22 0 20 46 174 15 71
Binary 10000011 10011111 10000101 10010 0 10000 100110 1111100 1101 111001

Color Harmonies of #839F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839F85

Black with #839F85

Text Example


Text Example

White with #839F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839F85; }

 p { color: rgb(131,159,133); }

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

background-color css

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

 a { background-color: rgb(131,159,133); }

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

border-color css

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

 span { border-color: rgb(131,159,133); }

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