#06D774

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

Shades of Malachite #06D774

Tints of Malachite #06D774

Color information

#06D774 (or 0x06D774) is unknown color: approx Malachite. HEX triplet: 06, D7 and 74. RGB value is (6,215,116). Sum of RGB (Red+Green+Blue) = 6+215+116=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 215 (84.38% from 255 or 63.80% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 215 - color contains mainly: green. Hex color #06D774 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D774 is #F9288B. Grayscale: #8D8D8D. Windows color (decimal): -16328844 or 7657222. OLE color: 7657222.

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

Color convert

RGB6215116-
CMYK0.9700.460.16
HSL151.58º94.57%43.33%-
HSV(B)151.58º97.21%84.31%-
XYZ27.5349.924.7-
YUV141.22113.7631.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.78%
GREEN value IS 215 (84.38% from 255) = 63.80%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=1.78%
G=63.80%
B=34.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62151160.9700.460.16151.5894.5743.33
Hex6D7746102E10985f2b
Octal63271641410562023013753
Binary1101101011111101001100001010111010000100110001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,215,116); }

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

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

 a { background-color: rgb(6,215,116); }

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

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

 span { border-color: rgb(6,215,116); }

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