Html Css Color HEX #949166 Malachite Green

📋 copy color: '#949166'

red 148 ◦ green 145 ◦ blue 102

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

Shades of Malachite Green #949166

Tints of Malachite Green #949166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 37.47%
G = 36.71%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#949166 (or 0x949166) is known color: Malachite Green. HEX triplet: 94, 91 and 66. RGB value is (148,145,102). Sum of RGB (Red+Green+Blue) = 148+145+102=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #949166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949166 is #6B6E99. Grayscale: #8D8D8D. Windows color (decimal): -7040666 or 6721940. OLE color: 6721940.

HSL color Cylindrical-coordinate representation of color #949166: hue angle of 56.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949166 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 102 -
CMYK 0 0.02 0.31 0.42
HSL 56.09º 0.18% 0.49% -
HSV(B) 56.09º 0.31% 0.58% -
XYZ 24.74 27.51 16.58 -
YUV 141 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 148 145 102 0 0.02 0.31 0.42 56.09 0.18 0.49
Hex 94 91 66 0 2 1F 2A 38 12 31
Octal 224 221 146 0 2 37 52 70 22 61
Binary 10010100 10010001 1100110 0 10 11111 101010 111000 10010 110001

Color Harmonies of #949166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949166

Black with #949166

Text Example


Text Example

White with #949166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949166; }

 p { color: rgb(148,145,102); }

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

background-color css

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

 a { background-color: rgb(148,145,102); }

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

border-color css

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

 span { border-color: rgb(148,145,102); }

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