Html Css Color HEX #06E764 Malachite

📋 copy color: '#06E764'

red 6 ◦ green 231 ◦ blue 100

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

Shades of Malachite #06E764

Tints of Malachite #06E764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 1.78%
G = 68.55%
B = 29.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#06E764 (or 0x06E764) is known color: Malachite. HEX triplet: 06, E7 and 64. RGB value is (6,231,100). Sum of RGB (Red+Green+Blue) = 6+231+100=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 231 (90.62% from 255 or 68.55% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 231 - color contains mainly: green. Hex color #06E764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06E764 is #F9189B. Grayscale: #959595. Windows color (decimal): -16324764 or 6612742. OLE color: 6612742.

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

Color convert

RGB 6 231 100 -
CMYK 0.97 0 0.57 0.09
HSL 145.07º 0.95% 0.46% -
HSV(B) 145.07º 0.97% 0.91% -
XYZ 30.95 58.11 21.64 -
YUV 148.79 100.46 26.15 -
System Red Green Blue C M Y K H S L
Decimal 6 231 100 0.97 0 0.57 0.09 145.07 0.95 0.46
Hex 6 E7 64 61 0 39 9 91 5F 2E
Octal 6 347 144 141 0 71 11 221 137 56
Binary 110 11100111 1100100 1100001 0 111001 1001 10010001 1011111 101110

Color Harmonies of #06E764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E764

Black with #06E764

Text Example


Text Example

White with #06E764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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