Html Css Color HEX #967F79 Hemp

📋 copy color: '#967F79'

red 150 ◦ green 127 ◦ blue 121

#967F79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #967F79

Tints of Hemp #967F79

RGB

 RED value IS 150 (58.98% from 255) = 37.69%

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 37.69%
G = 31.91%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967F79 (or 0x967F79) is known color: Hemp. HEX triplet: 96, 7F and 79. RGB value is (150,127,121). Sum of RGB (Red+Green+Blue) = 150+127+121=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F79 is #698086. Grayscale: #858585. Windows color (decimal): -6914183 or 7962518. OLE color: 7962518.

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

Color convert

RGB 150 127 121 -
CMYK 0 0.15 0.19 0.41
HSL 12.41º 0.12% 0.53% -
HSV(B) 12.41º 0.19% 0.59% -
XYZ 23.62 23.04 21.29 -
YUV 133.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 150 127 121 0 0.15 0.19 0.41 12.41 0.12 0.53
Hex 96 7F 79 0 F 13 29 C C 35
Octal 226 177 171 0 17 23 51 14 14 65
Binary 10010110 1111111 1111001 0 1111 10011 101001 1100 1100 110101

Color Harmonies of #967F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F79

Black with #967F79

Text Example


Text Example

White with #967F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #967F79;
 }
 .AnyTagClassName
 {
   color: #967F79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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