#969B83

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

Shades of Sage #969B83

Tints of Sage #969B83

Color information

#969B83 (or 0x969B83) is unknown color: approx Sage. HEX triplet: 96, 9B and 83. RGB value is (150,155,131). Sum of RGB (Red+Green+Blue) = 150+155+131=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #969B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B83 is #69647C. Grayscale: #969696. Windows color (decimal): -6907005 or 8625046. OLE color: 8625046.

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

Color convert

RGB150155131-
CMYK0.0300.150.39
HSL72.5º10.71%56.08%-
HSV(B)72.5º15.48%60.78%-
XYZ28.431.5726.07-
YUV150.77116.84127.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=34.40%
G=35.55%
B=30.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551310.0300.150.3972.510.7156.08
Hex969B8330F2748b38
Octal2262332033017471101370
Binary100101101001101110000011110111110011110010001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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