#969E74

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

Shades of Sage #969E74

Tints of Sage #969E74

Color information

#969E74 (or 0x969E74) is unknown color: approx Sage. HEX triplet: 96, 9E and 74. RGB value is (150,158,116). Sum of RGB (Red+Green+Blue) = 150+158+116=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #969E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E74 is #69618B. Grayscale: #969696. Windows color (decimal): -6906252 or 7642774. OLE color: 7642774.

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

Color convert

RGB150158116-
CMYK0.0500.270.38
HSL71.43º17.8%53.73%-
HSV(B)71.43º26.58%61.96%-
XYZ27.9632.221.26-
YUV150.82108.35127.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=35.38%
G=37.26%
B=27.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501581160.0500.270.3871.4317.853.73
Hex969E74501B26471236
Octal2262361645033461072266
Binary10010110100111101110100101011011100110100011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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