#014C07

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

Shades of Myrtle #014C07

Tints of Myrtle #014C07

Color information

#014C07 (or 0x014C07) is unknown color: approx Myrtle. HEX triplet: 01, 4C and 07. RGB value is (1,76,7). Sum of RGB (Red+Green+Blue) = 1+76+7=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 76 (30.08% from 255 or 90.48% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 76 - color contains mainly: green. Hex color #014C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C07 is #FEB3F8. Grayscale: #2D2D2D. Windows color (decimal): -16692217 or 478209. OLE color: 478209.

HSL color Cylindrical-coordinate representation of color #014C07: hue angle of 124.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C07 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB1767-
CMYK0.9900.910.70
HSL124.8º97.4%15.1%-
HSV(B)124.8º98.68%29.8%-
XYZ2.645.191.06-
YUV45.71106.1596.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 76 (30.08% from 255) = 90.48%
BLUE value IS 7 (3.12% from 255) = 8.33%
R=1.19%
G=90.48%
B=8.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal17670.9900.910.70124.897.415.1
Hex14C76305B467d61f
Octal11147143013310617514117
Binary110011001111100011010110111000110111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,76,7); }

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

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

 a { background-color: rgb(1,76,7); }

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

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

 span { border-color: rgb(1,76,7); }

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