#06E742

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

Shades of Malachite #06E742

Tints of Malachite #06E742

Color information

#06E742 (or 0x06E742) is unknown color: approx Malachite. HEX triplet: 06, E7 and 42. RGB value is (6,231,66). Sum of RGB (Red+Green+Blue) = 6+231+66=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 231 (90.62% from 255 or 76.24% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 231 - color contains mainly: green. Hex color #06E742 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06E742 is #F918BD. Grayscale: #919191. Windows color (decimal): -16324798 or 4384518. OLE color: 4384518.

HSL color Cylindrical-coordinate representation of color #06E742: hue angle of 136º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E742 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB623166-
CMYK0.9700.710.09
HSL136º94.94%46.47%-
HSV(B)136º97.4%90.59%-
XYZ29.6357.5814.71-
YUV144.9283.4628.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 231 (90.62% from 255) = 76.24%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=1.98%
G=76.24%
B=21.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6231660.9700.710.0913694.9446.47
Hex6E742610479885f2e
Octal634710214101071121013756
Binary1101110011110000101100001010001111001100010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06E742; }

 p { color: rgb(6,231,66); }

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

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

 a { background-color: rgb(6,231,66); }

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

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

 span { border-color: rgb(6,231,66); }

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