#010600

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

Shades of Myrtle #010600

Tints of Myrtle #010600

Color information

#010600 (or 0x010600) is unknown color: approx Myrtle. HEX triplet: 01, 06 and 00. RGB value is (1,6,0). Sum of RGB (Red+Green+Blue) = 1+6+0=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 6 (2.73% from 255 or 85.71% from 7); Blue value is 0 (0.39% from 255 or 0% from 7); Max value from RGB is 6 - color contains mainly: green. Hex color #010600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010600 is #FEF9FF. Grayscale: #030303. Windows color (decimal): -16710144 or 1537. OLE color: 1537.

HSL color Cylindrical-coordinate representation of color #010600: hue angle of 110º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010600 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB160-
CMYK0.83010.98
HSL110º100%1.18%-
HSV(B)110º100%2.35%-
XYZ0.080.140.02-
YUV3.82125.84125.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 14.29%
GREEN value IS 6 (2.73% from 255) = 85.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.29%
G=85.71%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1600.83010.981101001.18
Hex16053064626e641
Octal16012301441421561441
Binary111001010011011001001100010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010600; }

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

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

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

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

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

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

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

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