#9D917F

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

Shades of Heathered Grey #9D917F

Tints of Heathered Grey #9D917F

Color information

#9D917F (or 0x9D917F) is unknown color: approx Heathered Grey. HEX triplet: 9D, 91 and 7F. RGB value is (157,145,127). Sum of RGB (Red+Green+Blue) = 157+145+127=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D917F is #626E80. Grayscale: #929292. Windows color (decimal): -6450817 or 8360349. OLE color: 8360349.

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

Color convert

RGB157145127-
CMYK00.080.190.38
HSL36º13.27%55.69%-
HSV(B)36º19.11%61.57%-
XYZ27.8628.9524.2-
YUV146.54116.98135.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 127 (50% from 255) = 29.60%
R=36.60%
G=33.80%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714512700.080.190.383613.2755.69
Hex9D917F08132624d38
Octal2352211770102346441570
Binary1001110110010001111111101000100111001101001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,127); }

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

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

 a { background-color: rgb(157,145,127); }

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

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

 span { border-color: rgb(157,145,127); }

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