Html Css Color HEX #06D970 Malachite

📋 copy color: '#06D970'

red 6 ◦ green 217 ◦ blue 112

#06D970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #06D970

Tints of Malachite #06D970

RGB

 RED value IS 6 (2.73% from 255) = 1.79%

 GREEN value IS 217 (85.16% from 255) = 64.78%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 1.79%
G = 64.78%
B = 33.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#06D970 (or 0x06D970) is known color: Malachite. HEX triplet: 06, D9 and 70. RGB value is (6,217,112). Sum of RGB (Red+Green+Blue) = 6+217+112=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #06D970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D970 is #F9268F. Grayscale: #8E8E8E. Windows color (decimal): -16328336 or 7395590. OLE color: 7395590.

HSL color Cylindrical-coordinate representation of color #06D970: hue angle of 150.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D970 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 217 112 -
CMYK 0.97 0 0.48 0.15
HSL 150.14º 0.95% 0.44% -
HSV(B) 150.14º 0.97% 0.85% -
XYZ 27.81 50.83 23.68 -
YUV 141.94 111.1 31.04 -
System Red Green Blue C M Y K H S L
Decimal 6 217 112 0.97 0 0.48 0.15 150.14 0.95 0.44
Hex 6 D9 70 61 0 30 F 96 5F 2C
Octal 6 331 160 141 0 60 17 226 137 54
Binary 110 11011001 1110000 1100001 0 110000 1111 10010110 1011111 101100

Color Harmonies of #06D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D970

Black with #06D970

Text Example


Text Example

White with #06D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,217,112); }

 H1.HeaderClassName
 {
   color: #06D970;
 }
 .AnyTagClassName
 {
   color: #06D970;
 }
</style>

background-color css

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

 a { background-color: rgb(6,217,112); }

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

border-color css

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

 span { border-color: rgb(6,217,112); }

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