#064705

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

Shades of Myrtle #064705

Tints of Myrtle #064705

Color information

#064705 (or 0x064705) is unknown color: approx Myrtle. HEX triplet: 06, 47 and 05. RGB value is (6,71,5). Sum of RGB (Red+Green+Blue) = 6+71+5=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #064705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064705 is #F9B8FA. Grayscale: #2C2C2C. Windows color (decimal): -16365819 or 345862. OLE color: 345862.

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

Color convert

RGB6715-
CMYK0.9200.930.72
HSL119.09º86.84%14.9%-
HSV(B)119.09º92.96%27.84%-
XYZ2.364.560.9-
YUV44.04105.97100.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 71 (28.12% from 255) = 86.59%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=7.32%
G=86.59%
B=6.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal67150.9200.930.72119.0986.8414.9
Hex64755C05D487757f
Octal61075134013511016712717
Binary11010001111011011100010111011001000111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064705; }

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

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

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

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

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

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

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

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