#919782

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

Shades of Sage #919782

Tints of Sage #919782

Color information

#919782 (or 0x919782) is unknown color: approx Sage. HEX triplet: 91, 97 and 82. RGB value is (145,151,130). Sum of RGB (Red+Green+Blue) = 145+151+130=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 151 - color contains mainly: green. Hex color #919782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919782 is #6E687D. Grayscale: #929292. Windows color (decimal): -7235710 or 8558481. OLE color: 8558481.

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

Color convert

RGB145151130-
CMYK0.0400.140.41
HSL77.14º9.17%55.1%-
HSV(B)77.14º13.91%59.22%-
XYZ26.7729.7625.45-
YUV146.81118.51126.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=34.04%
G=35.45%
B=30.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511300.0400.140.4177.149.1755.1
Hex91978240E294d937
Octal2212272024016511151167
Binary1001000110010111100000101000111010100110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919782; }

 p { color: rgb(145,151,130); }

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

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

 a { background-color: rgb(145,151,130); }

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

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

 span { border-color: rgb(145,151,130); }

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