#969A82

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

Shades of Sage #969A82

Tints of Sage #969A82

Color information

#969A82 (or 0x969A82) is unknown color: approx Sage. HEX triplet: 96, 9A and 82. RGB value is (150,154,130). Sum of RGB (Red+Green+Blue) = 150+154+130=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 154 - color contains mainly: green. Hex color #969A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A82 is #69657D. Grayscale: #969696. Windows color (decimal): -6907262 or 8559254. OLE color: 8559254.

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

Color convert

RGB150154130-
CMYK0.0300.160.40
HSL70º10.62%55.69%-
HSV(B)70º15.58%60.39%-
XYZ28.1631.2125.66-
YUV150.07116.67127.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=34.56%
G=35.48%
B=29.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501541300.0300.160.407010.6255.69
Hex969A8230102846b38
Octal2262322023020501061370
Binary1001011010011010100000101101000010100010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,154,130); }

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

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

 a { background-color: rgb(150,154,130); }

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

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

 span { border-color: rgb(150,154,130); }

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