Html Css Color HEX #849F85 Envy

📋 copy color: '#849F85'

red 132 ◦ green 159 ◦ blue 133

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

Shades of Envy #849F85

Tints of Envy #849F85

RGB

 RED value IS 132 (51.95% from 255) = 31.13%

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

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

R = 31.13%
G = 37.5%
B = 31.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#849F85 (or 0x849F85) is known color: Envy. HEX triplet: 84, 9F and 85. RGB value is (132,159,133). Sum of RGB (Red+Green+Blue) = 132+159+133=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #849F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F85 is #7B607A. Grayscale: #949494. Windows color (decimal): -8085627 or 8757124. OLE color: 8757124.

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

Color convert

RGB 132 159 133 -
CMYK 0.17 0 0.16 0.38
HSL 122.22º 0.12% 0.57% -
HSV(B) 122.22º 0.17% 0.62% -
XYZ 26.15 31.4 26.87 -
YUV 147.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 132 159 133 0.17 0 0.16 0.38 122.22 0.12 0.57
Hex 84 9F 85 11 0 10 26 7A C 39
Octal 204 237 205 21 0 20 46 172 14 71
Binary 10000100 10011111 10000101 10001 0 10000 100110 1111010 1100 111001

Color Harmonies of #849F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F85

Black with #849F85

Text Example


Text Example

White with #849F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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