#969A77

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

Shades of Sage #969A77

Tints of Sage #969A77

Color information

#969A77 (or 0x969A77) is unknown color: approx Sage. HEX triplet: 96, 9A and 77. RGB value is (150,154,119). Sum of RGB (Red+Green+Blue) = 150+154+119=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 154 - color contains mainly: green. Hex color #969A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A77 is #696588. Grayscale: #949494. Windows color (decimal): -6907273 or 7838358. OLE color: 7838358.

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

Color convert

RGB150154119-
CMYK0.0300.230.40
HSL66.86º14.77%53.53%-
HSV(B)66.86º22.73%60.39%-
XYZ27.4630.9321.97-
YUV148.81111.17128.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=35.46%
G=36.41%
B=28.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501541190.0300.230.4066.8614.7753.53
Hex969A7730172843f36
Octal2262321673027501031766
Binary100101101001101011101111101011110100010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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