Html Css Color HEX #968078 Hemp

📋 copy color: '#968078'

red 150 ◦ green 128 ◦ blue 120

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

Shades of Hemp #968078

Tints of Hemp #968078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 37.69%
G = 32.16%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#968078 (or 0x968078) is known color: Hemp. HEX triplet: 96, 80 and 78. RGB value is (150,128,120). Sum of RGB (Red+Green+Blue) = 150+128+120=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968078 is #697F87. Grayscale: #858585. Windows color (decimal): -6913928 or 7897238. OLE color: 7897238.

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

Color convert

RGB 150 128 120 -
CMYK 0 0.15 0.20 0.41
HSL 16º 0.13% 0.53% -
HSV(B) 16º 0.2% 0.59% -
XYZ 23.69 23.28 21.01 -
YUV 133.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 150 128 120 0 0.15 0.20 0.41 16 0.13 0.53
Hex 96 80 78 0 F 14 29 10 C 35
Octal 226 200 170 0 17 24 51 20 14 65
Binary 10010110 10000000 1111000 0 1111 10100 101001 10000 1100 110101

Color Harmonies of #968078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968078

Black with #968078

Text Example


Text Example

White with #968078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968078; }

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

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

background-color css

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

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

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

border-color css

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

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

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