#064007

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

Shades of Myrtle #064007

Tints of Myrtle #064007

Color information

#064007 (or 0x064007) is unknown color: approx Myrtle. HEX triplet: 06, 40 and 07. RGB value is (6,64,7). Sum of RGB (Red+Green+Blue) = 6+64+7=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #064007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064007 is #F9BFF8. Grayscale: #282828. Windows color (decimal): -16367609 or 475142. OLE color: 475142.

HSL color Cylindrical-coordinate representation of color #064007: hue angle of 121.03º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064007 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB6647-
CMYK0.9100.890.75
HSL121.03º82.86%13.73%-
HSV(B)121.03º90.62%25.1%-
XYZ1.953.720.82-
YUV40.16109.28103.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 64 (25.39% from 255) = 83.12%
BLUE value IS 7 (3.12% from 255) = 9.09%
R=7.79%
G=83.12%
B=9.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal66470.9100.890.75121.0382.8613.73
Hex64075B0594B7953e
Octal61007133013111317112316
Binary11010000001111011011010110011001011111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064007; }

 p { color: rgb(6,64,7); }

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

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

 a { background-color: rgb(6,64,7); }

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

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

 span { border-color: rgb(6,64,7); }

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