#064910

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

Shades of Myrtle #064910

Tints of Myrtle #064910

Color information

#064910 (or 0x064910) is unknown color: approx Myrtle. HEX triplet: 06, 49 and 10. RGB value is (6,73,16). Sum of RGB (Red+Green+Blue) = 6+73+16=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #064910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064910 is #F9B6EF. Grayscale: #2E2E2E. Windows color (decimal): -16365296 or 1067270. OLE color: 1067270.

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

Color convert

RGB67316-
CMYK0.9200.780.71
HSL128.96º84.81%15.49%-
HSV(B)128.96º91.78%28.63%-
XYZ2.554.841.29-
YUV46.47110.899.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 73 (28.91% from 255) = 76.84%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=6.32%
G=76.84%
B=16.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673160.9200.780.71128.9684.8115.49
Hex649105C04E478155f
Octal611120134011610720112517
Binary11010010011000010111000100111010001111000000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064910; }

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

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

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

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

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

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

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

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