#919584

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

Shades of Sage #919584

Tints of Sage #919584

Color information

#919584 (or 0x919584) is unknown color: approx Sage. HEX triplet: 91, 95 and 84. RGB value is (145,149,132). Sum of RGB (Red+Green+Blue) = 145+149+132=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #919584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919584 is #6E6A7B. Grayscale: #919191. Windows color (decimal): -7236220 or 8689041. OLE color: 8689041.

HSL color Cylindrical-coordinate representation of color #919584: hue angle of 74.12º 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 #919584 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB145149132-
CMYK0.0300.110.42
HSL74.12º7.42%55.1%-
HSV(B)74.12º11.41%58.43%-
XYZ26.5929.1826.06-
YUV145.87120.17127.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=34.04%
G=34.98%
B=30.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491320.0300.110.4274.127.4255.1
Hex91958430B2A4a737
Octal221225204301352112767
Binary10010001100101011000010011010111010101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919584; }

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

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

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

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

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

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

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

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