Html Css Color HEX #064D0C Myrtle

📋 copy color: '#064D0C'

red 6 ◦ green 77 ◦ blue 12

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

Shades of Myrtle #064D0C

Tints of Myrtle #064D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 6.32%
G = 81.05%
B = 12.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#064D0C (or 0x064D0C) is known color: Myrtle. HEX triplet: 06, 4D and 0C. RGB value is (6,77,12). Sum of RGB (Red+Green+Blue) = 6+77+12=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #064D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D0C is #F9B2F3. Grayscale: #303030. Windows color (decimal): -16364276 or 806150. OLE color: 806150.

HSL color Cylindrical-coordinate representation of color #064D0C: hue angle of 125.07º 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 #064D0C is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 77 12 -
CMYK 0.92 0 0.84 0.70
HSL 125.07º 0.86% 0.16% -
HSV(B) 125.07º 0.92% 0.3% -
XYZ 2.8 5.37 1.24 -
YUV 48.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 6 77 12 0.92 0 0.84 0.70 125.07 0.86 0.16
Hex 6 4D C 5C 0 54 46 7D 56 10
Octal 6 115 14 134 0 124 106 175 126 20
Binary 110 1001101 1100 1011100 0 1010100 1000110 1111101 1010110 10000

Color Harmonies of #064D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D0C

Black with #064D0C

Text Example


Text Example

White with #064D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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