Html Css Color HEX #919586 Sage

📋 copy color: '#919586'

red 145 ◦ green 149 ◦ blue 134

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

Shades of Sage #919586

Tints of Sage #919586

RGB

 RED value IS 145 (57.03% from 255) = 33.88%

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

 BLUE value IS 134 (52.73% from 255) = 31.31%

R = 33.88%
G = 34.81%
B = 31.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#919586 (or 0x919586) is known color: Sage. HEX triplet: 91, 95 and 86. RGB value is (145,149,134). Sum of RGB (Red+Green+Blue) = 145+149+134=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 149 - color contains mainly: green. Hex color #919586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919586 is #6E6A79. Grayscale: #929292. Windows color (decimal): -7236218 or 8820113. OLE color: 8820113.

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

Color convert

RGB 145 149 134 -
CMYK 0.03 0 0.10 0.42
HSL 76º 0.07% 0.55% -
HSV(B) 76º 0.1% 0.58% -
XYZ 26.73 29.24 26.79 -
YUV 146.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 145 149 134 0.03 0 0.10 0.42 76 0.07 0.55
Hex 91 95 86 3 0 A 2A 4C 7 37
Octal 221 225 206 3 0 12 52 114 7 67
Binary 10010001 10010101 10000110 11 0 1010 101010 1001100 111 110111

Color Harmonies of #919586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919586

Black with #919586

Text Example


Text Example

White with #919586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919586; }

 p { color: rgb(145,149,134); }

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

background-color css

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

 a { background-color: rgb(145,149,134); }

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

border-color css

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

 span { border-color: rgb(145,149,134); }

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