#064D02

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

Shades of Myrtle #064D02

Tints of Myrtle #064D02

Color information

#064D02 (or 0x064D02) is unknown color: approx Myrtle. HEX triplet: 06, 4D and 02. RGB value is (6,77,2). Sum of RGB (Red+Green+Blue) = 6+77+2=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 77 (30.47% from 255 or 90.59% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 77 - color contains mainly: green. Hex color #064D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D02 is #F9B2FD. Grayscale: #2F2F2F. Windows color (decimal): -16364286 or 150790. OLE color: 150790.

HSL color Cylindrical-coordinate representation of color #064D02: hue angle of 116.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064D02 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB6772-
CMYK0.9200.970.70
HSL116.8º94.94%15.49%-
HSV(B)116.8º97.4%30.2%-
XYZ2.745.350.95-
YUV47.22102.4898.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 77 (30.47% from 255) = 90.59%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=7.06%
G=90.59%
B=2.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal67720.9200.970.70116.894.9415.49
Hex64D25C06146755ff
Octal61152134014110616513717
Binary1101001101101011100011000011000110111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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