#064E0D

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

Shades of Myrtle #064E0D

Tints of Myrtle #064E0D

Color information

#064E0D (or 0x064E0D) is unknown color: approx Myrtle. HEX triplet: 06, 4E and 0D. RGB value is (6,78,13). Sum of RGB (Red+Green+Blue) = 6+78+13=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #064E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064E0D is #F9B1F2. Grayscale: #313131. Windows color (decimal): -16364019 or 871942. OLE color: 871942.

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

Color convert

RGB67813-
CMYK0.9200.830.69
HSL125.83º85.71%16.47%-
HSV(B)125.83º92.31%30.59%-
XYZ2.875.521.29-
YUV49.06107.6597.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 78 (30.86% from 255) = 80.41%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=6.19%
G=80.41%
B=13.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal678130.9200.830.69125.8385.7116.47
Hex64ED5C053457e5610
Octal611615134012310517612620
Binary1101001110110110111000101001110001011111110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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