#967F77

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

Shades of Hemp #967F77

Tints of Hemp #967F77

Color information

#967F77 (or 0x967F77) is unknown color: approx Hemp. HEX triplet: 96, 7F and 77. RGB value is (150,127,119). Sum of RGB (Red+Green+Blue) = 150+127+119=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F77 is #698088. Grayscale: #858585. Windows color (decimal): -6914185 or 7831446. OLE color: 7831446.

HSL color Cylindrical-coordinate representation of color #967F77: hue angle of 15.48º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967F77 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150127119-
CMYK00.150.210.41
HSL15.48º12.86%52.75%-
HSV(B)15.48º20.67%58.82%-
XYZ23.522.9920.65-
YUV132.96120.12140.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=37.88%
G=32.07%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012711900.150.210.4115.4812.8652.75
Hex967F770F1529fd35
Octal2261771670172551171565
Binary1001011011111111110111011111010110100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,119); }

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

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

 a { background-color: rgb(150,127,119); }

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

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

 span { border-color: rgb(150,127,119); }

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