#919684

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

Shades of Sage #919684

Tints of Sage #919684

Color information

#919684 (or 0x919684) is unknown color: approx Sage. HEX triplet: 91, 96 and 84. RGB value is (145,150,132). Sum of RGB (Red+Green+Blue) = 145+150+132=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #919684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919684 is #6E697B. Grayscale: #929292. Windows color (decimal): -7235964 or 8689297. OLE color: 8689297.

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

Color convert

RGB145150132-
CMYK0.0300.120.41
HSL76.67º7.89%55.29%-
HSV(B)76.67º12%58.82%-
XYZ26.7529.526.11-
YUV146.45119.84126.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=33.96%
G=35.13%
B=30.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501320.0300.120.4176.677.8955.29
Hex91968430C294d837
Octal2212262043014511151067
Binary100100011001011010000100110110010100110011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919684; }

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

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

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

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

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

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

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

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