#9A9F7D

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

Shades of Sage #9A9F7D

Tints of Sage #9A9F7D

Color information

#9A9F7D (or 0x9A9F7D) is unknown color: approx Sage. HEX triplet: 9A, 9F and 7D. RGB value is (154,159,125). Sum of RGB (Red+Green+Blue) = 154+159+125=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9F7D is #656082. Grayscale: #999999. Windows color (decimal): -6643843 or 8232858. OLE color: 8232858.

HSL color Cylindrical-coordinate representation of color #9A9F7D: hue angle of 68.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A9F7D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB154159125-
CMYK0.0300.210.38
HSL68.82º15.04%55.69%-
HSV(B)68.82º21.38%62.35%-
XYZ29.4333.1524.25-
YUV153.63111.84128.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=35.16%
G=36.30%
B=28.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541591250.0300.210.3868.8215.0455.69
Hex9A9F7D30152645f38
Octal2322371753025461051770
Binary100110101001111111111011101010110011010001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9F7D; }

 p { color: rgb(154,159,125); }

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

<style>
 a { background-color: #9A9F7D; }

 a { background-color: rgb(154,159,125); }

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

<style>
 span { border-color: #9A9F7D; }

 span { border-color: rgb(154,159,125); }

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