Html Css Color HEX #967A74 Hemp

📋 copy color: '#967A74'

red 150 ◦ green 122 ◦ blue 116

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

Shades of Hemp #967A74

Tints of Hemp #967A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 38.66%
G = 31.44%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967A74 (or 0x967A74) is known color: Hemp. HEX triplet: 96, 7A and 74. RGB value is (150,122,116). Sum of RGB (Red+Green+Blue) = 150+122+116=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #967A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A74 is #69858B. Grayscale: #818181. Windows color (decimal): -6915468 or 7633558. OLE color: 7633558.

HSL color Cylindrical-coordinate representation of color #967A74: hue angle of 10.59º 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 #967A74 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 116 -
CMYK 0 0.19 0.23 0.41
HSL 10.59º 0.14% 0.52% -
HSV(B) 10.59º 0.23% 0.59% -
XYZ 22.69 21.66 19.51 -
YUV 129.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 150 122 116 0 0.19 0.23 0.41 10.59 0.14 0.52
Hex 96 7A 74 0 13 17 29 B E 34
Octal 226 172 164 0 23 27 51 13 16 64
Binary 10010110 1111010 1110100 0 10011 10111 101001 1011 1110 110100

Color Harmonies of #967A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A74

Black with #967A74

Text Example


Text Example

White with #967A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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