#014F06

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

Shades of Myrtle #014F06

Tints of Myrtle #014F06

Color information

#014F06 (or 0x014F06) is unknown color: approx Myrtle. HEX triplet: 01, 4F and 06. RGB value is (1,79,6). Sum of RGB (Red+Green+Blue) = 1+79+6=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 79 (31.25% from 255 or 91.86% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 79 - color contains mainly: green. Hex color #014F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F06 is #FEB0F9. Grayscale: #2F2F2F. Windows color (decimal): -16691450 or 413441. OLE color: 413441.

HSL color Cylindrical-coordinate representation of color #014F06: hue angle of 123.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F06 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB1796-
CMYK0.9900.920.69
HSL123.85º97.5%15.69%-
HSV(B)123.85º98.73%30.98%-
XYZ2.845.611.11-
YUV47.36104.6694.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 79 (31.25% from 255) = 91.86%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=1.16%
G=91.86%
B=6.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal17960.9900.920.69123.8597.515.69
Hex14F66305C457c6210
Octal11176143013410517414220
Binary1100111111011000110101110010001011111100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F06; }

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

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

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

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

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

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

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

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