Html Css Color HEX #949776 Malachite Green

📋 copy color: '#949776'

red 148 ◦ green 151 ◦ blue 118

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

Shades of Malachite Green #949776

Tints of Malachite Green #949776

RGB

 RED value IS 148 (58.2% from 255) = 35.49%

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 118 (46.48% from 255) = 28.3%

R = 35.49%
G = 36.21%
B = 28.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#949776 (or 0x949776) is known color: Malachite Green. HEX triplet: 94, 97 and 76. RGB value is (148,151,118). Sum of RGB (Red+Green+Blue) = 148+151+118=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #949776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949776 is #6B6889. Grayscale: #929292. Windows color (decimal): -7039114 or 7772052. OLE color: 7772052.

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

Color convert

RGB 148 151 118 -
CMYK 0.02 0 0.22 0.41
HSL 65.45º 0.14% 0.53% -
HSV(B) 65.45º 0.22% 0.59% -
XYZ 26.55 29.74 21.48 -
YUV 146.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 148 151 118 0.02 0 0.22 0.41 65.45 0.14 0.53
Hex 94 97 76 2 0 16 29 41 E 35
Octal 224 227 166 2 0 26 51 101 16 65
Binary 10010100 10010111 1110110 10 0 10110 101001 1000001 1110 110101

Color Harmonies of #949776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949776

Black with #949776

Text Example


Text Example

White with #949776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949776; }

 p { color: rgb(148,151,118); }

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

background-color css

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

 a { background-color: rgb(148,151,118); }

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

border-color css

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

 span { border-color: rgb(148,151,118); }

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