Html Css Color HEX #85958A Envy

📋 copy color: '#85958A'

red 133 ◦ green 149 ◦ blue 138

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

Shades of Envy #85958A

Tints of Envy #85958A

RGB

 RED value IS 133 (52.34% from 255) = 31.67%

 GREEN value IS 149 (58.59% from 255) = 35.48%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 31.67%
G = 35.48%
B = 32.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#85958A (or 0x85958A) is known color: Envy. HEX triplet: 85, 95 and 8A. RGB value is (133,149,138). Sum of RGB (Red+Green+Blue) = 133+149+138=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #85958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85958A is #7A6A75. Grayscale: #8E8E8E. Windows color (decimal): -8022646 or 9082245. OLE color: 9082245.

HSL color Cylindrical-coordinate representation of color #85958A: hue angle of 138.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85958A is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 138 -
CMYK 0.11 0 0.07 0.42
HSL 138.75º 0.07% 0.55% -
HSV(B) 138.75º 0.11% 0.58% -
XYZ 25.01 28.32 28.19 -
YUV 142.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 133 149 138 0.11 0 0.07 0.42 138.75 0.07 0.55
Hex 85 95 8A B 0 7 2A 8B 7 37
Octal 205 225 212 13 0 7 52 213 7 67
Binary 10000101 10010101 10001010 1011 0 111 101010 10001011 111 110111

Color Harmonies of #85958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85958A

Black with #85958A

Text Example


Text Example

White with #85958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85958A; }

 p { color: rgb(133,149,138); }

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

background-color css

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

 a { background-color: rgb(133,149,138); }

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

border-color css

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

 span { border-color: rgb(133,149,138); }

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