#968074

Color #968074 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #968074

Tints of Hemp #968074

Color information

#968074 (or 0x968074) is unknown color: approx 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

RGB150128116-
CMYK00.150.230.41
HSL21.18º13.93%52.16%-
HSV(B)21.18º22.67%58.82%-
XYZ23.4523.1819.76-
YUV133.21118.29139.98-

RGB Variations

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

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.70% from 255) = 29.44%
R=38.07%
G=32.49%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012811600.150.230.4121.1813.9352.16
Hex9680740F172915e34
Octal2262001640172751251664
Binary100101101000000011101000111110111101001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>