Html Css Color HEX #06D760 Malachite

📋 copy color: '#06D760'

red 6 ◦ green 215 ◦ blue 96

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

Shades of Malachite #06D760

Tints of Malachite #06D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 67.82%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 1.89%
G = 67.82%
B = 30.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#06D760 (or 0x06D760) is known color: Malachite. HEX triplet: 06, D7 and 60. RGB value is (6,215,96). Sum of RGB (Red+Green+Blue) = 6+215+96=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 215 (84.38% from 255 or 67.82% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 215 - color contains mainly: green. Hex color #06D760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D760 is #F9289F. Grayscale: #8B8B8B. Windows color (decimal): -16328864 or 6346502. OLE color: 6346502.

HSL color Cylindrical-coordinate representation of color #06D760: hue angle of 145.84º 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 #06D760 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 215 96 -
CMYK 0.97 0 0.55 0.16
HSL 145.84º 0.95% 0.43% -
HSV(B) 145.84º 0.97% 0.84% -
XYZ 26.49 49.48 19.22 -
YUV 138.94 103.76 33.18 -
System Red Green Blue C M Y K H S L
Decimal 6 215 96 0.97 0 0.55 0.16 145.84 0.95 0.43
Hex 6 D7 60 61 0 37 10 92 5F 2B
Octal 6 327 140 141 0 67 20 222 137 53
Binary 110 11010111 1100000 1100001 0 110111 10000 10010010 1011111 101011

Color Harmonies of #06D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D760

Black with #06D760

Text Example


Text Example

White with #06D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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