#064801

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

Shades of Myrtle #064801

Tints of Myrtle #064801

Color information

#064801 (or 0x064801) is unknown color: approx Myrtle. HEX triplet: 06, 48 and 01. RGB value is (6,72,1). Sum of RGB (Red+Green+Blue) = 6+72+1=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 72 (28.52% from 255 or 91.14% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 72 - color contains mainly: green. Hex color #064801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064801 is #F9B7FE. Grayscale: #2C2C2C. Windows color (decimal): -16365567 or 83974. OLE color: 83974.

HSL color Cylindrical-coordinate representation of color #064801: hue angle of 115.77º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #064801 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB6721-
CMYK0.9200.990.72
HSL115.77º97.26%14.31%-
HSV(B)115.77º98.61%28.24%-
XYZ2.44.680.8-
YUV44.17103.63100.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 72 (28.52% from 255) = 91.14%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=7.59%
G=91.14%
B=1.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal67210.9200.990.72115.7797.2614.31
Hex64815C063487461e
Octal61101134014311016414116
Binary110100100011011100011000111001000111010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064801; }

 p { color: rgb(6,72,1); }

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

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

 a { background-color: rgb(6,72,1); }

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

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

 span { border-color: rgb(6,72,1); }

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