#064C08

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

Shades of Myrtle #064C08

Tints of Myrtle #064C08

Color information

#064C08 (or 0x064C08) is unknown color: approx Myrtle. HEX triplet: 06, 4C and 08. RGB value is (6,76,8). Sum of RGB (Red+Green+Blue) = 6+76+8=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 76 (30.08% from 255 or 84.44% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 76 - color contains mainly: green. Hex color #064C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C08 is #F9B3F7. Grayscale: #2F2F2F. Windows color (decimal): -16364536 or 543750. OLE color: 543750.

HSL color Cylindrical-coordinate representation of color #064C08: hue angle of 121.71º degrees, saturation: 0.85, 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 #064C08 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB6768-
CMYK0.9200.890.70
HSL121.71º85.37%16.08%-
HSV(B)121.71º92.11%29.8%-
XYZ2.75.231.1-
YUV47.32105.8198.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 76 (30.08% from 255) = 84.44%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=6.67%
G=84.44%
B=8.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal67680.9200.890.70121.7185.3716.08
Hex64C85C059467a5510
Octal611410134013110617212520
Binary1101001100100010111000101100110001101111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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