#064708

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

Shades of Myrtle #064708

Tints of Myrtle #064708

Color information

#064708 (or 0x064708) is unknown color: approx Myrtle. HEX triplet: 06, 47 and 08. RGB value is (6,71,8). Sum of RGB (Red+Green+Blue) = 6+71+8=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 71 (28.12% from 255 or 83.53% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 71 - color contains mainly: green. Hex color #064708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064708 is #F9B8F7. Grayscale: #2C2C2C. Windows color (decimal): -16365816 or 542470. OLE color: 542470.

HSL color Cylindrical-coordinate representation of color #064708: hue angle of 121.85º 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 #064708 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB6718-
CMYK0.9200.890.72
HSL121.85º84.42%15.1%-
HSV(B)121.85º91.55%27.84%-
XYZ2.374.560.99-
YUV44.38107.47100.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 71 (28.12% from 255) = 83.53%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=7.06%
G=83.53%
B=9.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal67180.9200.890.72121.8584.4215.1
Hex64785C059487a54f
Octal610710134013111017212417
Binary110100011110001011100010110011001000111101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064708; }

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

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

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

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

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

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

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

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