Html Css Color HEX #949678 Malachite Green

📋 copy color: '#949678'

red 148 ◦ green 150 ◦ blue 120

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

Shades of Malachite Green #949678

Tints of Malachite Green #949678

RGB

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

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

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

R = 35.41%
G = 35.89%
B = 28.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#949678 (or 0x949678) is known color: Malachite Green. HEX triplet: 94, 96 and 78. RGB value is (148,150,120). Sum of RGB (Red+Green+Blue) = 148+150+120=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #949678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949678 is #6B6987. Grayscale: #929292. Windows color (decimal): -7039368 or 7902868. OLE color: 7902868.

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

Color convert

RGB 148 150 120 -
CMYK 0.01 0 0.20 0.41
HSL 64º 0.13% 0.53% -
HSV(B) 64º 0.2% 0.59% -
XYZ 26.51 29.46 22.06 -
YUV 145.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 148 150 120 0.01 0 0.20 0.41 64 0.13 0.53
Hex 94 96 78 1 0 14 29 40 C 35
Octal 224 226 170 1 0 24 51 100 14 65
Binary 10010100 10010110 1111000 1 0 10100 101001 1000000 1100 110101

Color Harmonies of #949678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949678

Black with #949678

Text Example


Text Example

White with #949678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949678; }

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

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

background-color css

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

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

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

border-color css

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

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

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