Html Css Color HEX #968075 Hemp

📋 copy color: '#968075'

red 150 ◦ green 128 ◦ blue 117

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

Shades of Hemp #968075

Tints of Hemp #968075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 37.97%
G = 32.41%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#968075 (or 0x968075) is known color: Hemp. HEX triplet: 96, 80 and 75. RGB value is (150,128,117). Sum of RGB (Red+Green+Blue) = 150+128+117=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968075 is #697F8A. Grayscale: #858585. Windows color (decimal): -6913931 or 7700630. OLE color: 7700630.

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

Color convert

RGB 150 128 117 -
CMYK 0 0.15 0.22 0.41
HSL 20º 0.14% 0.52% -
HSV(B) 20º 0.22% 0.59% -
XYZ 23.51 23.21 20.07 -
YUV 133.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 150 128 117 0 0.15 0.22 0.41 20 0.14 0.52
Hex 96 80 75 0 F 16 29 14 E 34
Octal 226 200 165 0 17 26 51 24 16 64
Binary 10010110 10000000 1110101 0 1111 10110 101001 10100 1110 110100

Color Harmonies of #968075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968075

Black with #968075

Text Example


Text Example

White with #968075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968075; }

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

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

background-color css

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

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

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

border-color css

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

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

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