#969E78

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

Shades of Sage #969E78

Tints of Sage #969E78

Color information

#969E78 (or 0x969E78) is unknown color: approx Sage. HEX triplet: 96, 9E and 78. RGB value is (150,158,120). Sum of RGB (Red+Green+Blue) = 150+158+120=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #969E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E78 is #696187. Grayscale: #979797. Windows color (decimal): -6906248 or 7904918. OLE color: 7904918.

HSL color Cylindrical-coordinate representation of color #969E78: hue angle of 72.63º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #969E78 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB150158120-
CMYK0.0500.240.38
HSL72.63º16.38%54.51%-
HSV(B)72.63º24.05%61.96%-
XYZ28.1932.2922.52-
YUV151.28110.35127.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=35.05%
G=36.92%
B=28.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501581200.0500.240.3872.6316.3854.51
Hex969E78501826491037
Octal2262361705030461112067
Binary10010110100111101111000101011000100110100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969E78; }

 p { color: rgb(150,158,120); }

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

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

 a { background-color: rgb(150,158,120); }

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

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

 span { border-color: rgb(150,158,120); }

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