Html Css Color HEX #969677 Malachite Green

📋 copy color: '#969677'

red 150 ◦ green 150 ◦ blue 119

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

Shades of Malachite Green #969677

Tints of Malachite Green #969677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 35.8%
G = 35.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#969677 (or 0x969677) is known color: Malachite Green. HEX triplet: 96, 96 and 77. RGB value is (150,150,119). Sum of RGB (Red+Green+Blue) = 150+150+119=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969677 is #696988. Grayscale: #929292. Windows color (decimal): -6908297 or 7837334. OLE color: 7837334.

HSL color Cylindrical-coordinate representation of color #969677: hue angle of 60º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969677 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 119 -
CMYK 0 0 0.21 0.41
HSL 60º 0.13% 0.53% -
HSV(B) 60º 0.21% 0.59% -
XYZ 26.81 29.63 21.76 -
YUV 146.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 150 150 119 0 0 0.21 0.41 60 0.13 0.53
Hex 96 96 77 0 0 15 29 3C D 35
Octal 226 226 167 0 0 25 51 74 15 65
Binary 10010110 10010110 1110111 0 0 10101 101001 111100 1101 110101

Color Harmonies of #969677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969677

Black with #969677

Text Example


Text Example

White with #969677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969677; }

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

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

background-color css

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

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

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

border-color css

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

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

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