#999C78

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

Shades of Sage #999C78

Tints of Sage #999C78

Color information

#999C78 (or 0x999C78) is unknown color: approx Sage. HEX triplet: 99, 9C and 78. RGB value is (153,156,120). Sum of RGB (Red+Green+Blue) = 153+156+120=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #999C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C78 is #666387. Grayscale: #979797. Windows color (decimal): -6710152 or 7904409. OLE color: 7904409.

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

Color convert

RGB153156120-
CMYK0.0200.230.39
HSL65º15.38%54.12%-
HSV(B)65º23.08%61.18%-
XYZ28.4231.9122.43-
YUV151110.51129.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=35.66%
G=36.36%
B=27.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561200.0200.230.396515.3854.12
Hex999C7820172741f36
Octal2312341702027471011766
Binary100110011001110011110001001011110011110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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