Html Css Color HEX #969678 Malachite Green

📋 copy color: '#969678'

red 150 ◦ green 150 ◦ blue 120

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

Shades of Malachite Green #969678

Tints of Malachite Green #969678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.71%

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

R = 35.71%
G = 35.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#969678 (or 0x969678) is known color: Malachite Green. HEX triplet: 96, 96 and 78. RGB value is (150,150,120). Sum of RGB (Red+Green+Blue) = 150+150+120=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969678 is #696987. Grayscale: #929292. Windows color (decimal): -6908296 or 7902870. OLE color: 7902870.

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

Color convert

RGB 150 150 120 -
CMYK 0 0 0.20 0.41
HSL 60º 0.13% 0.53% -
HSV(B) 60º 0.2% 0.59% -
XYZ 26.87 29.65 22.08 -
YUV 146.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 150 150 120 0 0 0.20 0.41 60 0.13 0.53
Hex 96 96 78 0 0 14 29 3C C 35
Octal 226 226 170 0 0 24 51 74 14 65
Binary 10010110 10010110 1111000 0 0 10100 101001 111100 1100 110101

Color Harmonies of #969678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969678

Black with #969678

Text Example


Text Example

White with #969678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969678; }

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

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

background-color css

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

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

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

border-color css

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

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

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