Html Css Color HEX #967A70 Hemp

📋 copy color: '#967A70'

red 150 ◦ green 122 ◦ blue 112

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

Shades of Hemp #967A70

Tints of Hemp #967A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 39.06%
G = 31.77%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#967A70 (or 0x967A70) is known color: Hemp. HEX triplet: 96, 7A and 70. RGB value is (150,122,112). Sum of RGB (Red+Green+Blue) = 150+122+112=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A70 is #69858F. Grayscale: #818181. Windows color (decimal): -6915472 or 7371414. OLE color: 7371414.

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

Color convert

RGB 150 122 112 -
CMYK 0 0.19 0.25 0.41
HSL 15.79º 0.15% 0.51% -
HSV(B) 15.79º 0.25% 0.59% -
XYZ 22.46 21.57 18.31 -
YUV 129.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 150 122 112 0 0.19 0.25 0.41 15.79 0.15 0.51
Hex 96 7A 70 0 13 19 29 10 F 33
Octal 226 172 160 0 23 31 51 20 17 63
Binary 10010110 1111010 1110000 0 10011 11001 101001 10000 1111 110011

Color Harmonies of #967A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A70

Black with #967A70

Text Example


Text Example

White with #967A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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