#949066

Color #949066 Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #949066

Tints of Malachite Green #949066

Color information

#949066 (or 0x949066) is unknown color: approx Malachite Green. HEX triplet: 94, 90 and 66. RGB value is (148,144,102). Sum of RGB (Red+Green+Blue) = 148+144+102=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #949066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949066 is #6B6F99. Grayscale: #8C8C8C. Windows color (decimal): -7040922 or 6721684. OLE color: 6721684.

HSL color Cylindrical-coordinate representation of color #949066: hue angle of 54.78º 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 #949066 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB148144102-
CMYK00.030.310.42
HSL54.78º18.4%49.02%-
HSV(B)54.78º31.08%58.04%-
XYZ24.5827.216.53-
YUV140.41106.33133.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=37.56%
G=36.55%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814410200.030.310.4254.7818.449.02
Hex949066031F2A371231
Octal224220146033752672261
Binary100101001001000011001100111111110101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949066; }

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

 H1.HeaderClassName
 {
   color: #949066;
 }
 .AnyTagClassName
 {
   color: #949066;
 }
</style>
background-color css

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

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

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

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

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

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