#937A70

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

Shades of Hemp #937A70

Tints of Hemp #937A70

Color information

#937A70 (or 0x937A70) is unknown color: approx Hemp. HEX triplet: 93, 7A and 70. RGB value is (147,122,112). Sum of RGB (Red+Green+Blue) = 147+122+112=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #937A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A70 is #6C858F. Grayscale: #808080. Windows color (decimal): -7112080 or 7371411. OLE color: 7371411.

HSL color Cylindrical-coordinate representation of color #937A70: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #937A70 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147122112-
CMYK00.170.240.42
HSL17.14º13.94%50.78%-
HSV(B)17.14º23.81%57.65%-
XYZ21.9221.2918.28-
YUV128.33118.78141.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=38.58%
G=32.02%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712211200.170.240.4217.1413.9450.78
Hex937A70011182A11e33
Octal2231721600213052211663
Binary100100111111010111000001000111000101010100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937A70; }

 p { color: rgb(147,122,112); }

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

<style>
 a { background-color: #937A70; }

 a { background-color: rgb(147,122,112); }

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

<style>
 span { border-color: #937A70; }

 span { border-color: rgb(147,122,112); }

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