#917A70

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

Shades of Hemp #917A70

Tints of Hemp #917A70

Color information

#917A70 (or 0x917A70) is unknown color: approx Hemp. HEX triplet: 91, 7A and 70. RGB value is (145,122,112). Sum of RGB (Red+Green+Blue) = 145+122+112=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A70 is #6E858F. Grayscale: #7F7F7F. Windows color (decimal): -7243152 or 7371409. OLE color: 7371409.

HSL color Cylindrical-coordinate representation of color #917A70: hue angle of 18.18º 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 #917A70 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145122112-
CMYK00.160.230.43
HSL18.18º13.04%50.39%-
HSV(B)18.18º22.76%56.86%-
XYZ21.5621.1118.27-
YUV127.74119.12140.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=38.26%
G=32.19%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512211200.160.230.4318.1813.0450.39
Hex917A70010172B12d32
Octal2211721600202753221562
Binary100100011111010111000001000010111101011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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