#967A73

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

Shades of Hemp #967A73

Tints of Hemp #967A73

Color information

#967A73 (or 0x967A73) is unknown color: approx Hemp. HEX triplet: 96, 7A and 73. RGB value is (150,122,115). Sum of RGB (Red+Green+Blue) = 150+122+115=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A73 is #69858C. Grayscale: #818181. Windows color (decimal): -6915469 or 7568022. OLE color: 7568022.

HSL color Cylindrical-coordinate representation of color #967A73: hue angle of 12º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967A73 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150122115-
CMYK00.190.230.41
HSL12º14.29%51.96%-
HSV(B)12º23.33%58.82%-
XYZ22.6321.6419.2-
YUV129.57119.78142.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=38.76%
G=31.52%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012211500.190.230.411214.2951.96
Hex967A730131729ce34
Octal2261721630232751141664
Binary10010110111101011100110100111011110100111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967A73; }

 p { color: rgb(150,122,115); }

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

<style>
 a { background-color: #967A73; }

 a { background-color: rgb(150,122,115); }

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

<style>
 span { border-color: #967A73; }

 span { border-color: rgb(150,122,115); }

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