#949065

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

Shades of Malachite Green #949065

Tints of Malachite Green #949065

Color information

#949065 (or 0x949065) is unknown color: approx Malachite Green. HEX triplet: 94, 90 and 65. RGB value is (148,144,101). Sum of RGB (Red+Green+Blue) = 148+144+101=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #949065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949065 is #6B6F9A. Grayscale: #8C8C8C. Windows color (decimal): -7040923 or 6656148. OLE color: 6656148.

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

Color convert

RGB148144101-
CMYK00.030.320.42
HSL54.89º18.88%48.82%-
HSV(B)54.89º31.76%58.04%-
XYZ24.5327.1816.27-
YUV140.29105.83133.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=37.66%
G=36.64%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814410100.030.320.4254.8918.8848.82
Hex94906503202A371331
Octal224220145034052672361
Binary1001010010010000110010101110000010101011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949065; }

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

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

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

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

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

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

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

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