#064701

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

Shades of Myrtle #064701

Tints of Myrtle #064701

Color information

#064701 (or 0x064701) is unknown color: approx Myrtle. HEX triplet: 06, 47 and 01. RGB value is (6,71,1). Sum of RGB (Red+Green+Blue) = 6+71+1=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #064701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064701 is #F9B8FE. Grayscale: #2B2B2B. Windows color (decimal): -16365823 or 83718. OLE color: 83718.

HSL color Cylindrical-coordinate representation of color #064701: hue angle of 115.71º 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 #064701 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB6711-
CMYK0.9200.990.72
HSL115.71º97.22%14.12%-
HSV(B)115.71º98.59%27.84%-
XYZ2.334.550.78-
YUV43.58103.97101.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 71 (28.12% from 255) = 91.03%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=7.69%
G=91.03%
B=1.28%

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
Decimal67110.9200.990.72115.7197.2214.12
Hex64715C063487461e
Octal61071134014311016414116
Binary110100011111011100011000111001000111010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064701; }

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

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

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

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

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

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

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

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