#064D0F

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

Shades of Myrtle #064D0F

Tints of Myrtle #064D0F

Color information

#064D0F (or 0x064D0F) is unknown color: approx Myrtle. HEX triplet: 06, 4D and 0F. RGB value is (6,77,15). Sum of RGB (Red+Green+Blue) = 6+77+15=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 77 (30.47% from 255 or 78.57% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 77 - color contains mainly: green. Hex color #064D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D0F is #F9B2F0. Grayscale: #303030. Windows color (decimal): -16364273 or 1002758. OLE color: 1002758.

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

Color convert

RGB67715-
CMYK0.9200.810.70
HSL127.61º85.54%16.27%-
HSV(B)127.61º92.21%30.2%-
XYZ2.825.381.34-
YUV48.7108.9897.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 77 (30.47% from 255) = 78.57%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=6.12%
G=78.57%
B=15.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677150.9200.810.70127.6185.5416.27
Hex64DF5C05146805610
Octal611517134012110620012620
Binary11010011011111101110001010001100011010000000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #064D0F;
 }
 .AnyTagClassName
 {
   color: #064D0F;
 }
</style>
background-color css

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

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

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

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

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

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