#064102

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

Shades of Myrtle #064102

Tints of Myrtle #064102

Color information

#064102 (or 0x064102) is unknown color: approx Myrtle. HEX triplet: 06, 41 and 02. RGB value is (6,65,2). Sum of RGB (Red+Green+Blue) = 6+65+2=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 65 (25.78% from 255 or 89.04% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 65 - color contains mainly: green. Hex color #064102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064102 is #F9BEFD. Grayscale: #282828. Windows color (decimal): -16367358 or 147718. OLE color: 147718.

HSL color Cylindrical-coordinate representation of color #064102: hue angle of 116.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064102 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB6652-
CMYK0.9100.970.75
HSL116.19º94.03%13.14%-
HSV(B)116.19º96.92%25.49%-
XYZ1.983.820.69-
YUV40.18106.45103.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 65 (25.78% from 255) = 89.04%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=8.22%
G=89.04%
B=2.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal66520.9100.970.75116.1994.0313.14
Hex64125B0614B745ed
Octal61012133014111316413615
Binary1101000001101011011011000011001011111010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064102; }

 p { color: rgb(6,65,2); }

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

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

 a { background-color: rgb(6,65,2); }

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

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

 span { border-color: rgb(6,65,2); }

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