Html Css Color HEX #064D10 Myrtle

📋 copy color: '#064D10'

red 6 ◦ green 77 ◦ blue 16

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

Shades of Myrtle #064D10

Tints of Myrtle #064D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 77.78%

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 6.06%
G = 77.78%
B = 16.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#064D10 (or 0x064D10) is known color: Myrtle. HEX triplet: 06, 4D and 10. RGB value is (6,77,16). Sum of RGB (Red+Green+Blue) = 6+77+16=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #064D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D10 is #F9B2EF. Grayscale: #303030. Windows color (decimal): -16364272 or 1068294. OLE color: 1068294.

HSL color Cylindrical-coordinate representation of color #064D10: hue angle of 128.45º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D10 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 77 16 -
CMYK 0.92 0 0.79 0.70
HSL 128.45º 0.86% 0.16% -
HSV(B) 128.45º 0.92% 0.3% -
XYZ 2.82 5.38 1.38 -
YUV 48.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 6 77 16 0.92 0 0.79 0.70 128.45 0.86 0.16
Hex 6 4D 10 5C 0 4F 46 80 56 10
Octal 6 115 20 134 0 117 106 200 126 20
Binary 110 1001101 10000 1011100 0 1001111 1000110 10000000 1010110 10000

Color Harmonies of #064D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D10

Black with #064D10

Text Example


Text Example

White with #064D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064D10; }

 p { color: rgb(6,77,16); }

 H1.HeaderClassName
 {
   color: #064D10;
 }
 .AnyTagClassName
 {
   color: #064D10;
 }
</style>

background-color css

<style>
 a { background-color: #064D10; }

 a { background-color: rgb(6,77,16); }

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

border-color css

<style>
 span { border-color: #064D10; }

 span { border-color: rgb(6,77,16); }

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