#917B70

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

Shades of Hemp #917B70

Tints of Hemp #917B70

Color information

#917B70 (or 0x917B70) is unknown color: approx Hemp. HEX triplet: 91, 7B and 70. RGB value is (145,123,112). Sum of RGB (Red+Green+Blue) = 145+123+112=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B70 is #6E848F. Grayscale: #808080. Windows color (decimal): -7242896 or 7371665. OLE color: 7371665.

HSL color Cylindrical-coordinate representation of color #917B70: hue angle of 20º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917B70 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145123112-
CMYK00.150.230.43
HSL20º13.04%50.39%-
HSV(B)20º22.76%56.86%-
XYZ21.6821.3618.31-
YUV128.32118.79139.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=38.16%
G=32.37%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512311200.150.230.432013.0450.39
Hex917B700F172B14d32
Octal2211731600172753241562
Binary10010001111101111100000111110111101011101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B70; }

 p { color: rgb(145,123,112); }

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

<style>
 a { background-color: #917B70; }

 a { background-color: rgb(145,123,112); }

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

<style>
 span { border-color: #917B70; }

 span { border-color: rgb(145,123,112); }

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