#999D77

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

Shades of Sage #999D77

Tints of Sage #999D77

Color information

#999D77 (or 0x999D77) is unknown color: approx Sage. HEX triplet: 99, 9D and 77. RGB value is (153,157,119). Sum of RGB (Red+Green+Blue) = 153+157+119=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #999D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D77 is #666288. Grayscale: #979797. Windows color (decimal): -6709897 or 7839129. OLE color: 7839129.

HSL color Cylindrical-coordinate representation of color #999D77: hue angle of 66.32º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999D77 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB153157119-
CMYK0.0300.240.38
HSL66.32º16.24%54.12%-
HSV(B)66.32º24.2%61.57%-
XYZ28.5232.2222.17-
YUV151.47109.67129.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=35.66%
G=36.60%
B=27.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531571190.0300.240.3866.3216.2454.12
Hex999D77301826421036
Octal2312351673030461022066
Binary1001100110011101111011111011000100110100001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999D77; }

 p { color: rgb(153,157,119); }

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

<style>
 a { background-color: #999D77; }

 a { background-color: rgb(153,157,119); }

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

<style>
 span { border-color: #999D77; }

 span { border-color: rgb(153,157,119); }

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