#969E84

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

Shades of Sage #969E84

Tints of Sage #969E84

Color information

#969E84 (or 0x969E84) is unknown color: approx Sage. HEX triplet: 96, 9E and 84. RGB value is (150,158,132). Sum of RGB (Red+Green+Blue) = 150+158+132=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #969E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969E84 is #69617B. Grayscale: #989898. Windows color (decimal): -6906236 or 8691350. OLE color: 8691350.

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

Color convert

RGB150158132-
CMYK0.0500.160.38
HSL78.46º11.82%56.86%-
HSV(B)78.46º16.46%61.96%-
XYZ28.9732.626.6-
YUV152.64116.35126.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 132 (51.95% from 255) = 30%
R=34.09%
G=35.91%
B=30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501581320.0500.160.3878.4611.8256.86
Hex969E845010264ec39
Octal2262362045020461161471
Binary10010110100111101000010010101000010011010011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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