#064F10

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

Shades of Myrtle #064F10

Tints of Myrtle #064F10

Color information

#064F10 (or 0x064F10) is unknown color: approx Myrtle. HEX triplet: 06, 4F and 10. RGB value is (6,79,16). Sum of RGB (Red+Green+Blue) = 6+79+16=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 79 (31.25% from 255 or 78.22% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 79 - color contains mainly: green. Hex color #064F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F10 is #F9B0EF. Grayscale: #323232. Windows color (decimal): -16363760 or 1068806. OLE color: 1068806.

HSL color Cylindrical-coordinate representation of color #064F10: hue angle of 128.22º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F10 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB67916-
CMYK0.9200.800.69
HSL128.22º85.88%16.67%-
HSV(B)128.22º92.41%30.98%-
XYZ2.965.671.43-
YUV49.99108.8296.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 79 (31.25% from 255) = 78.22%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=5.94%
G=78.22%
B=15.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679160.9200.800.69128.2285.8816.67
Hex64F105C05045805611
Octal611720134012010520012621
Binary110100111110000101110001010000100010110000000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F10; }

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

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

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

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

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

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

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

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