Html Css Color HEX #949673 Malachite Green

📋 copy color: '#949673'

red 148 ◦ green 150 ◦ blue 115

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

Shades of Malachite Green #949673

Tints of Malachite Green #949673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 35.84%
G = 36.32%
B = 27.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#949673 (or 0x949673) is known color: Malachite Green. HEX triplet: 94, 96 and 73. RGB value is (148,150,115). Sum of RGB (Red+Green+Blue) = 148+150+115=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #949673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949673 is #6B698C. Grayscale: #919191. Windows color (decimal): -7039373 or 7575188. OLE color: 7575188.

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

Color convert

RGB 148 150 115 -
CMYK 0.01 0 0.23 0.41
HSL 63.43º 0.14% 0.52% -
HSV(B) 63.43º 0.23% 0.59% -
XYZ 26.21 29.35 20.5 -
YUV 145.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 148 150 115 0.01 0 0.23 0.41 63.43 0.14 0.52
Hex 94 96 73 1 0 17 29 3F E 34
Octal 224 226 163 1 0 27 51 77 16 64
Binary 10010100 10010110 1110011 1 0 10111 101001 111111 1110 110100

Color Harmonies of #949673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949673

Black with #949673

Text Example


Text Example

White with #949673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949673; }

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

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

background-color css

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

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

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

border-color css

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

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

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