Html Css Color HEX #968074 Hemp

📋 copy color: '#968074'

red 150 ◦ green 128 ◦ blue 116

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

Shades of Hemp #968074

Tints of Hemp #968074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

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

R = 38.07%
G = 32.49%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968074 (or 0x968074) is known color: Hemp. HEX triplet: 96, 80 and 74. RGB value is (150,128,116). Sum of RGB (Red+Green+Blue) = 150+128+116=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968074 is #697F8B. Grayscale: #858585. Windows color (decimal): -6913932 or 7635094. OLE color: 7635094.

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

Color convert

RGB 150 128 116 -
CMYK 0 0.15 0.23 0.41
HSL 21.18º 0.14% 0.52% -
HSV(B) 21.18º 0.23% 0.59% -
XYZ 23.45 23.18 19.76 -
YUV 133.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 150 128 116 0 0.15 0.23 0.41 21.18 0.14 0.52
Hex 96 80 74 0 F 17 29 15 E 34
Octal 226 200 164 0 17 27 51 25 16 64
Binary 10010110 10000000 1110100 0 1111 10111 101001 10101 1110 110100

Color Harmonies of #968074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968074

Black with #968074

Text Example


Text Example

White with #968074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968074; }

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

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

background-color css

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

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

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

border-color css

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

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

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