#958074

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

Shades of Hemp #958074

Tints of Hemp #958074

Color information

#958074 (or 0x958074) is unknown color: approx Hemp. HEX triplet: 95, 80 and 74. RGB value is (149,128,116). Sum of RGB (Red+Green+Blue) = 149+128+116=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #958074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958074 is #6A7F8B. Grayscale: #848484. Windows color (decimal): -6979468 or 7635093. OLE color: 7635093.

HSL color Cylindrical-coordinate representation of color #958074: hue angle of 21.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #958074 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB149128116-
CMYK00.140.220.42
HSL21.82º13.47%51.96%-
HSV(B)21.82º22.15%58.43%-
XYZ23.2723.0919.75-
YUV132.91118.46139.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=37.91%
G=32.57%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912811600.140.220.4221.8213.4751.96
Hex9580740E162A16d34
Octal2252001640162652261564
Binary100101011000000011101000111010110101010101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958074; }

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

 H1.HeaderClassName
 {
   color: #958074;
 }
 .AnyTagClassName
 {
   color: #958074;
 }
</style>
background-color css

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

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

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

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

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

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