#919681

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

Shades of Sage #919681

Tints of Sage #919681

Color information

#919681 (or 0x919681) is unknown color: approx Sage. HEX triplet: 91, 96 and 81. RGB value is (145,150,129). Sum of RGB (Red+Green+Blue) = 145+150+129=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #919681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919681 is #6E697E. Grayscale: #929292. Windows color (decimal): -7235967 or 8492689. OLE color: 8492689.

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

Color convert

RGB145150129-
CMYK0.0300.140.41
HSL74.29º9.09%54.71%-
HSV(B)74.29º14%58.82%-
XYZ26.5529.4225.05-
YUV146.11118.34127.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=34.20%
G=35.38%
B=30.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501290.0300.140.4174.299.0954.71
Hex91968130E294a937
Octal2212262013016511121167
Binary100100011001011010000001110111010100110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919681; }

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

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

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

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

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

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

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

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