#064D08

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

Shades of Myrtle #064D08

Tints of Myrtle #064D08

Color information

#064D08 (or 0x064D08) is unknown color: approx Myrtle. HEX triplet: 06, 4D and 08. RGB value is (6,77,8). Sum of RGB (Red+Green+Blue) = 6+77+8=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 77 (30.47% from 255 or 84.62% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 77 - color contains mainly: green. Hex color #064D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D08 is #F9B2F7. Grayscale: #303030. Windows color (decimal): -16364280 or 544006. OLE color: 544006.

HSL color Cylindrical-coordinate representation of color #064D08: hue angle of 121.69º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D08 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.

Color convert

RGB6778-
CMYK0.9200.900.70
HSL121.69º85.54%16.27%-
HSV(B)121.69º92.21%30.2%-
XYZ2.775.361.12-
YUV47.9105.4898.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 77 (30.47% from 255) = 84.62%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=6.59%
G=84.62%
B=8.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal67780.9200.900.70121.6985.5416.27
Hex64D85C05A467a5610
Octal611510134013210617212620
Binary1101001101100010111000101101010001101111010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064D08; }

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

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

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

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

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

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

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

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