#064D0D

Color #064D0D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #064D0D

Tints of Myrtle #064D0D

Color information

#064D0D (or 0x064D0D) is unknown color: approx 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

RGB67713-
CMYK0.9200.830.70
HSL125.92º85.54%16.27%-
HSV(B)125.92º92.21%30.2%-
XYZ2.85.381.27-
YUV48.47107.9897.7-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677130.9200.830.70125.9285.5416.27
Hex64DD5C053467e5610
Octal611515134012310617612620
Binary1101001101110110111000101001110001101111110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>