#06C65A

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

Shades of Malachite #06C65A

Tints of Malachite #06C65A

Color information

#06C65A (or 0x06C65A) is unknown color: approx Malachite. HEX triplet: 06, C6 and 5A. RGB value is (6,198,90). Sum of RGB (Red+Green+Blue) = 6+198+90=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 198 (77.73% from 255 or 67.35% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 198 - color contains mainly: green. Hex color #06C65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C65A is #F939A5. Grayscale: #808080. Windows color (decimal): -16333222 or 5948934. OLE color: 5948934.

HSL color Cylindrical-coordinate representation of color #06C65A: hue angle of 146.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C65A is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB619890-
CMYK0.9700.550.22
HSL146.25º94.12%40%-
HSV(B)146.25º96.97%77.65%-
XYZ22.1141.1716.45-
YUV128.28106.3940.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 198 (77.73% from 255) = 67.35%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=2.04%
G=67.35%
B=30.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6198900.9700.550.22146.2594.1240
Hex6C65A6103716925e28
Octal63061321410672622213650
Binary1101100011010110101100001011011110110100100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,198,90); }

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

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

 a { background-color: rgb(6,198,90); }

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

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

 span { border-color: rgb(6,198,90); }

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