#014706

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

Shades of Myrtle #014706

Tints of Myrtle #014706

Color information

#014706 (or 0x014706) is unknown color: approx Myrtle. HEX triplet: 01, 47 and 06. RGB value is (1,71,6). Sum of RGB (Red+Green+Blue) = 1+71+6=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #014706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014706 is #FEB8F9. Grayscale: #2A2A2A. Windows color (decimal): -16693498 or 411393. OLE color: 411393.

HSL color Cylindrical-coordinate representation of color #014706: hue angle of 124.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014706 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB1716-
CMYK0.9900.920.72
HSL124.29º97.22%14.12%-
HSV(B)124.29º98.59%27.84%-
XYZ2.34.530.92-
YUV42.66107.3198.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 71 (28.12% from 255) = 91.03%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=1.28%
G=91.03%
B=7.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal17160.9900.920.72124.2997.2214.12
Hex14766305C487c61e
Octal11076143013411017414116
Binary110001111101100011010111001001000111110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014706; }

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

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

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

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

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

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

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

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