#064F12

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

Shades of Myrtle #064F12

Tints of Myrtle #064F12

Color information

#064F12 (or 0x064F12) is unknown color: approx Myrtle. HEX triplet: 06, 4F and 12. RGB value is (6,79,18). Sum of RGB (Red+Green+Blue) = 6+79+18=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 79 (31.25% from 255 or 76.70% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 79 - color contains mainly: green. Hex color #064F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F12 is #F9B0ED. Grayscale: #323232. Windows color (decimal): -16363758 or 1199878. OLE color: 1199878.

HSL color Cylindrical-coordinate representation of color #064F12: hue angle of 129.86º 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 #064F12 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB67918-
CMYK0.9200.770.69
HSL129.86º85.88%16.67%-
HSV(B)129.86º92.41%30.98%-
XYZ2.985.671.51-
YUV50.22109.8296.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 79 (31.25% from 255) = 76.70%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=5.83%
G=76.70%
B=17.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679180.9200.770.69129.8685.8816.67
Hex64F125C04D45825611
Octal611722134011510520212621
Binary110100111110010101110001001101100010110000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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