Html Css Color HEX #85968A Envy

📋 copy color: '#85968A'

red 133 ◦ green 150 ◦ blue 138

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

Shades of Envy #85968A

Tints of Envy #85968A

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.3% from 255) = 32.78%

R = 31.59%
G = 35.63%
B = 32.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#85968A (or 0x85968A) is known color: 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

RGB 133 150 138 -
CMYK 0.11 0 0.08 0.41
HSL 137.65º 0.07% 0.55% -
HSV(B) 137.65º 0.11% 0.59% -
XYZ 25.17 28.63 28.25 -
YUV 143.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 133 150 138 0.11 0 0.08 0.41 137.65 0.07 0.55
Hex 85 96 8A B 0 8 29 8A 7 37
Octal 205 226 212 13 0 10 51 212 7 67
Binary 10000101 10010110 10001010 1011 0 1000 101001 10001010 111 110111

Color Harmonies of #85968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85968A

Black with #85968A

Text Example


Text Example

White with #85968A

Text Example


Text Example

HTML Codes & Css Web 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>