Html Css Color HEX #968E78 Heathered Grey

📋 copy color: '#968E78'

red 150 ◦ green 142 ◦ blue 120

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

Shades of Heathered Grey #968E78

Tints of Heathered Grey #968E78

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

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

R = 36.41%
G = 34.47%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#968E78 (or 0x968E78) is known color: Heathered Grey. HEX triplet: 96, 8E and 78. RGB value is (150,142,120). Sum of RGB (Red+Green+Blue) = 150+142+120=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E78 is #697187. Grayscale: #8D8D8D. Windows color (decimal): -6910344 or 7900822. OLE color: 7900822.

HSL color Cylindrical-coordinate representation of color #968E78: hue angle of 44º 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 #968E78 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 142 120 -
CMYK 0 0.05 0.20 0.41
HSL 44º 0.13% 0.53% -
HSV(B) 44º 0.2% 0.59% -
XYZ 25.64 27.19 21.67 -
YUV 141.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 150 142 120 0 0.05 0.20 0.41 44 0.13 0.53
Hex 96 8E 78 0 5 14 29 2C C 35
Octal 226 216 170 0 5 24 51 54 14 65
Binary 10010110 10001110 1111000 0 101 10100 101001 101100 1100 110101

Color Harmonies of #968E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E78

Black with #968E78

Text Example


Text Example

White with #968E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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