#064C0D

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

Shades of Myrtle #064C0D

Tints of Myrtle #064C0D

Color information

#064C0D (or 0x064C0D) is unknown color: approx Myrtle. HEX triplet: 06, 4C and 0D. RGB value is (6,76,13). Sum of RGB (Red+Green+Blue) = 6+76+13=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 76 (30.08% from 255 or 80% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 76 - color contains mainly: green. Hex color #064C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C0D is #F9B3F2. Grayscale: #303030. Windows color (decimal): -16364531 or 871430. OLE color: 871430.

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

Color convert

RGB67613-
CMYK0.9200.830.70
HSL126º85.37%16.08%-
HSV(B)126º92.11%29.8%-
XYZ2.735.241.25-
YUV47.89108.3198.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 76 (30.08% from 255) = 80%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=6.32%
G=80%
B=13.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676130.9200.830.7012685.3716.08
Hex64CD5C053467e5510
Octal611415134012310617612520
Binary1101001100110110111000101001110001101111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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