Html Css Color HEX #06E768 Malachite

📋 copy color: '#06E768'

red 6 ◦ green 231 ◦ blue 104

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

Shades of Malachite #06E768

Tints of Malachite #06E768

RGB

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

 GREEN value IS 231 (90.63% from 255) = 67.74%

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 1.76%
G = 67.74%
B = 30.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#06E768 (or 0x06E768) is known color: Malachite. HEX triplet: 06, E7 and 68. RGB value is (6,231,104). Sum of RGB (Red+Green+Blue) = 6+231+104=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #06E768 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06E768 is #F91897. Grayscale: #959595. Windows color (decimal): -16324760 or 6874886. OLE color: 6874886.

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

Color convert

RGB 6 231 104 -
CMYK 0.97 0 0.55 0.09
HSL 146.13º 0.95% 0.46% -
HSV(B) 146.13º 0.97% 0.91% -
XYZ 31.15 58.19 22.69 -
YUV 149.25 102.46 25.83 -
System Red Green Blue C M Y K H S L
Decimal 6 231 104 0.97 0 0.55 0.09 146.13 0.95 0.46
Hex 6 E7 68 61 0 37 9 92 5F 2E
Octal 6 347 150 141 0 67 11 222 137 56
Binary 110 11100111 1101000 1100001 0 110111 1001 10010010 1011111 101110

Color Harmonies of #06E768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E768

Black with #06E768

Text Example


Text Example

White with #06E768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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