Html Css Color HEX #064D0D Myrtle

📋 copy color: '#064D0D'

red 6 ◦ green 77 ◦ blue 13

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

Shades of Myrtle #064D0D

Tints of Myrtle #064D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 6.25%
G = 80.21%
B = 13.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#064D0D (or 0x064D0D) is known color: Myrtle. HEX triplet: 06, 4D and 0D. RGB value is (6,77,13). Sum of RGB (Red+Green+Blue) = 6+77+13=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #064D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D0D is #F9B2F2. Grayscale: #303030. Windows color (decimal): -16364275 or 871686. OLE color: 871686.

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

Color convert

RGB 6 77 13 -
CMYK 0.92 0 0.83 0.70
HSL 125.92º 0.86% 0.16% -
HSV(B) 125.92º 0.92% 0.3% -
XYZ 2.8 5.38 1.27 -
YUV 48.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 6 77 13 0.92 0 0.83 0.70 125.92 0.86 0.16
Hex 6 4D D 5C 0 53 46 7E 56 10
Octal 6 115 15 134 0 123 106 176 126 20
Binary 110 1001101 1101 1011100 0 1010011 1000110 1111110 1010110 10000

Color Harmonies of #064D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D0D

Black with #064D0D

Text Example


Text Example

White with #064D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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