Html Css Color HEX #859C8B Envy

📋 copy color: '#859C8B'

red 133 ◦ green 156 ◦ blue 139

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

Shades of Envy #859C8B

Tints of Envy #859C8B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 31.07%
G = 36.45%
B = 32.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#859C8B (or 0x859C8B) is known color: Envy. HEX triplet: 85, 9C and 8B. RGB value is (133,156,139). Sum of RGB (Red+Green+Blue) = 133+156+139=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #859C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C8B is #7A6374. Grayscale: #939393. Windows color (decimal): -8020853 or 9149573. OLE color: 9149573.

HSL color Cylindrical-coordinate representation of color #859C8B: hue angle of 135.65º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C8B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 156 139 -
CMYK 0.15 0 0.11 0.39
HSL 135.65º 0.1% 0.57% -
HSV(B) 135.65º 0.15% 0.61% -
XYZ 26.22 30.63 28.96 -
YUV 147.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 133 156 139 0.15 0 0.11 0.39 135.65 0.1 0.57
Hex 85 9C 8B F 0 B 27 88 A 39
Octal 205 234 213 17 0 13 47 210 12 71
Binary 10000101 10011100 10001011 1111 0 1011 100111 10001000 1010 111001

Color Harmonies of #859C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C8B

Black with #859C8B

Text Example


Text Example

White with #859C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859C8B; }

 p { color: rgb(133,156,139); }

 H1.HeaderClassName
 {
   color: #859C8B;
 }
 .AnyTagClassName
 {
   color: #859C8B;
 }
</style>

background-color css

<style>
 a { background-color: #859C8B; }

 a { background-color: rgb(133,156,139); }

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

border-color css

<style>
 span { border-color: #859C8B; }

 span { border-color: rgb(133,156,139); }

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