#969D83

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

Shades of Sage #969D83

Tints of Sage #969D83

Color information

#969D83 (or 0x969D83) is unknown color: approx Sage. HEX triplet: 96, 9D and 83. RGB value is (150,157,131). Sum of RGB (Red+Green+Blue) = 150+157+131=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #969D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D83 is #69627C. Grayscale: #989898. Windows color (decimal): -6906493 or 8625558. OLE color: 8625558.

HSL color Cylindrical-coordinate representation of color #969D83: hue angle of 76.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #969D83 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB150157131-
CMYK0.0400.170.38
HSL76.15º11.71%56.47%-
HSV(B)76.15º16.56%61.57%-
XYZ28.7332.2426.18-
YUV151.94116.18126.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=34.25%
G=35.84%
B=29.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501571310.0400.170.3876.1511.7156.47
Hex969D834011264cc38
Octal2262352034021461141470
Binary10010110100111011000001110001000110011010011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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