#064608

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

Shades of Myrtle #064608

Tints of Myrtle #064608

Color information

#064608 (or 0x064608) is unknown color: approx Myrtle. HEX triplet: 06, 46 and 08. RGB value is (6,70,8). Sum of RGB (Red+Green+Blue) = 6+70+8=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 70 (27.73% from 255 or 83.33% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 70 - color contains mainly: green. Hex color #064608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064608 is #F9B9F7. Grayscale: #2B2B2B. Windows color (decimal): -16366072 or 542214. OLE color: 542214.

HSL color Cylindrical-coordinate representation of color #064608: hue angle of 121.88º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064608 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB6708-
CMYK0.9100.890.73
HSL121.88º84.21%14.9%-
HSV(B)121.88º91.43%27.45%-
XYZ2.314.440.96-
YUV43.8107.8101.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 70 (27.73% from 255) = 83.33%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=7.14%
G=83.33%
B=9.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal67080.9100.890.73121.8884.2114.9
Hex64685B059497a54f
Octal610610133013111117212417
Binary110100011010001011011010110011001001111101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064608; }

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

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

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

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

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

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

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

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