#969B7C

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

Shades of Sage #969B7C

Tints of Sage #969B7C

Color information

#969B7C (or 0x969B7C) is unknown color: approx Sage. HEX triplet: 96, 9B and 7C. RGB value is (150,155,124). Sum of RGB (Red+Green+Blue) = 150+155+124=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #969B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B7C is #696483. Grayscale: #969696. Windows color (decimal): -6907012 or 8166294. OLE color: 8166294.

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

Color convert

RGB150155124-
CMYK0.0300.20.39
HSL69.68º13.42%54.71%-
HSV(B)69.68º20%60.78%-
XYZ27.9431.3823.65-
YUV149.97113.34128.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=34.97%
G=36.13%
B=28.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551240.0300.20.3969.6813.4254.71
Hex969B7C30142746d37
Octal2262331743024471061567
Binary100101101001101111111001101010010011110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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