#9D7F70

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

Shades of Hemp #9D7F70

Tints of Hemp #9D7F70

Color information

#9D7F70 (or 0x9D7F70) is unknown color: approx Hemp. HEX triplet: 9D, 7F and 70. RGB value is (157,127,112). Sum of RGB (Red+Green+Blue) = 157+127+112=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F70 is #62808F. Grayscale: #868686. Windows color (decimal): -6455440 or 7372701. OLE color: 7372701.

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

Color convert

RGB157127112-
CMYK00.190.290.38
HSL20º18.67%52.75%-
HSV(B)20º28.66%61.57%-
XYZ24.4223.5218.58-
YUV134.26115.44144.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=39.65%
G=32.07%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712711200.190.290.382018.6752.75
Hex9D7F700131D26141335
Octal2351771600233546242365
Binary1001110111111111110000010011111011001101010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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