#064706

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

Shades of Myrtle #064706

Tints of Myrtle #064706

Color information

#064706 (or 0x064706) is unknown color: approx Myrtle. HEX triplet: 06, 47 and 06. RGB value is (6,71,6). Sum of RGB (Red+Green+Blue) = 6+71+6=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 71 (28.12% from 255 or 85.54% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 71 - color contains mainly: green. Hex color #064706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064706 is #F9B8F9. Grayscale: #2C2C2C. Windows color (decimal): -16365818 or 411398. OLE color: 411398.

HSL color Cylindrical-coordinate representation of color #064706: hue angle of 120º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064706 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB6716-
CMYK0.9200.920.72
HSL120º84.42%15.1%-
HSV(B)120º91.55%27.84%-
XYZ2.364.560.93-
YUV44.15106.47100.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 71 (28.12% from 255) = 85.54%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=7.23%
G=85.54%
B=7.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal67160.9200.920.7212084.4215.1
Hex64765C05C487854f
Octal61076134013411017012417
Binary11010001111101011100010111001001000111100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064706; }

 p { color: rgb(6,71,6); }

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

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

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

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

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

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

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