#064901

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

Shades of Myrtle #064901

Tints of Myrtle #064901

Color information

#064901 (or 0x064901) is unknown color: approx Myrtle. HEX triplet: 06, 49 and 01. RGB value is (6,73,1). Sum of RGB (Red+Green+Blue) = 6+73+1=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 73 (28.91% from 255 or 91.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 73 - color contains mainly: green. Hex color #064901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064901 is #F9B6FE. Grayscale: #2C2C2C. Windows color (decimal): -16365311 or 84230. OLE color: 84230.

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

Color convert

RGB6731-
CMYK0.9200.990.71
HSL115.83º97.3%14.51%-
HSV(B)115.83º98.63%28.63%-
XYZ2.464.810.83-
YUV44.76103.3100.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 73 (28.91% from 255) = 91.25%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=7.5%
G=91.25%
B=1.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal67310.9200.990.71115.8397.314.51
Hex64915C063477461f
Octal61111134014310716414117
Binary110100100111011100011000111000111111010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064901; }

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

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

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

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

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

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

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

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