#064408

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

Shades of Myrtle #064408

Tints of Myrtle #064408

Color information

#064408 (or 0x064408) is unknown color: approx Myrtle. HEX triplet: 06, 44 and 08. RGB value is (6,68,8). Sum of RGB (Red+Green+Blue) = 6+68+8=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 68 (26.95% from 255 or 82.93% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 68 - color contains mainly: green. Hex color #064408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064408 is #F9BBF7. Grayscale: #2A2A2A. Windows color (decimal): -16366584 or 541702. OLE color: 541702.

HSL color Cylindrical-coordinate representation of color #064408: hue angle of 121.94º 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 #064408 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB6688-
CMYK0.9100.880.73
HSL121.94º83.78%14.51%-
HSV(B)121.94º91.18%26.67%-
XYZ2.194.190.92-
YUV42.62108.46101.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 68 (26.95% from 255) = 82.93%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=7.32%
G=82.93%
B=9.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal66880.9100.880.73121.9483.7814.51
Hex64485B058497a54f
Octal610410133013011117212417
Binary110100010010001011011010110001001001111101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064408; }

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

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

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

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

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

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

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

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