#969B78

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

Shades of Sage #969B78

Tints of Sage #969B78

Color information

#969B78 (or 0x969B78) is unknown color: approx Sage. HEX triplet: 96, 9B and 78. RGB value is (150,155,120). Sum of RGB (Red+Green+Blue) = 150+155+120=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #969B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B78 is #696487. Grayscale: #959595. Windows color (decimal): -6907016 or 7904150. OLE color: 7904150.

HSL color Cylindrical-coordinate representation of color #969B78: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969B78 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB150155120-
CMYK0.0300.230.39
HSL68.57º14.89%53.92%-
HSV(B)68.57º22.58%60.78%-
XYZ27.6931.2822.35-
YUV149.52111.34128.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=35.29%
G=36.47%
B=28.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551200.0300.230.3968.5714.8953.92
Hex969B7830172745f36
Octal2262331703027471051766
Binary100101101001101111110001101011110011110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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