#85968A

Color #85968A Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #85968A

Tints of Envy #85968A

Color information

#85968A (or 0x85968A) is unknown color: approx Envy. HEX triplet: 85, 96 and 8A. RGB value is (133,150,138). Sum of RGB (Red+Green+Blue) = 133+150+138=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #85968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85968A is #7A6975. Grayscale: #8F8F8F. Windows color (decimal): -8022390 or 9082501. OLE color: 9082501.

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

Color convert

RGB133150138-
CMYK0.1100.080.41
HSL137.65º7.49%55.49%-
HSV(B)137.65º11.33%58.82%-
XYZ25.1728.6328.25-
YUV143.55124.87120.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=31.59%
G=35.63%
B=32.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501380.1100.080.41137.657.4955.49
Hex85968AB08298a737
Octal2052262121301051212767
Binary10000101100101101000101010110100010100110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85968A;
 }
 .AnyTagClassName
 {
   color: #85968A;
 }
</style>
background-color css

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

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

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

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

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

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