#939068

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

Shades of Malachite Green #939068

Tints of Malachite Green #939068

Color information

#939068 (or 0x939068) is unknown color: approx Malachite Green. HEX triplet: 93, 90 and 68. RGB value is (147,144,104). Sum of RGB (Red+Green+Blue) = 147+144+104=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #939068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939068 is #6C6F97. Grayscale: #8C8C8C. Windows color (decimal): -7106456 or 6852755. OLE color: 6852755.

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

Color convert

RGB147144104-
CMYK00.020.290.42
HSL55.81º17.13%49.22%-
HSV(B)55.81º29.25%57.65%-
XYZ24.527.1517.05-
YUV140.34107.49132.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=37.22%
G=36.46%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714410400.020.290.4255.8117.1349.22
Hex939068021D2A381131
Octal223220150023552702161
Binary100100111001000011010000101110110101011100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939068; }

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

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

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

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

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

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

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

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