#919068

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

Shades of Malachite Green #919068

Tints of Malachite Green #919068

Color information

#919068 (or 0x919068) is unknown color: approx Malachite Green. HEX triplet: 91, 90 and 68. RGB value is (145,144,104). Sum of RGB (Red+Green+Blue) = 145+144+104=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #919068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919068 is #6E6F97. Grayscale: #8B8B8B. Windows color (decimal): -7237528 or 6852753. OLE color: 6852753.

HSL color Cylindrical-coordinate representation of color #919068: hue angle of 58.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919068 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145144104-
CMYK00.010.280.43
HSL58.54º16.47%48.82%-
HSV(B)58.54º28.28%56.86%-
XYZ24.1526.9717.03-
YUV139.74107.83131.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=36.90%
G=36.64%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514410400.010.280.4358.5416.4748.82
Hex919068011C2B3b1031
Octal221220150013453732061
Binary10010001100100001101000011110010101111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919068; }

 p { color: rgb(145,144,104); }

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

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

 a { background-color: rgb(145,144,104); }

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

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

 span { border-color: rgb(145,144,104); }

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