#999C77

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

Shades of Sage #999C77

Tints of Sage #999C77

Color information

#999C77 (or 0x999C77) is unknown color: approx Sage. HEX triplet: 99, 9C and 77. RGB value is (153,156,119). Sum of RGB (Red+Green+Blue) = 153+156+119=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #999C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C77 is #666388. Grayscale: #979797. Windows color (decimal): -6710153 or 7838873. OLE color: 7838873.

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

Color convert

RGB153156119-
CMYK0.0200.240.39
HSL64.86º15.74%53.92%-
HSV(B)64.86º23.72%61.18%-
XYZ28.3631.8822.11-
YUV150.88110.01129.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=35.75%
G=36.45%
B=27.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561190.0200.240.3964.8615.7453.92
Hex999C77201827411036
Octal2312341672030471012066
Binary1001100110011100111011110011000100111100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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