#064805

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

Shades of Myrtle #064805

Tints of Myrtle #064805

Color information

#064805 (or 0x064805) is unknown color: approx Myrtle. HEX triplet: 06, 48 and 05. RGB value is (6,72,5). Sum of RGB (Red+Green+Blue) = 6+72+5=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 72 (28.52% from 255 or 86.75% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 72 - color contains mainly: green. Hex color #064805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064805 is #F9B7FA. Grayscale: #2C2C2C. Windows color (decimal): -16365563 or 346118. OLE color: 346118.

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

Color convert

RGB6725-
CMYK0.9200.930.72
HSL119.1º87.01%15.1%-
HSV(B)119.1º93.06%28.24%-
XYZ2.424.680.92-
YUV44.63105.63100.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 72 (28.52% from 255) = 86.75%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=7.23%
G=86.75%
B=6.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal67250.9200.930.72119.187.0115.1
Hex64855C05D487757f
Octal61105134013511016712717
Binary11010010001011011100010111011001000111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064805; }

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

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

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

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

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

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

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

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