Html Css Color HEX #010600 Myrtle

📋 copy color: '#010600'

red 1 ◦ green 6 ◦ blue 0

#010600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #010600

Tints of Myrtle #010600

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 value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#010600 (or 0x010600) is known color: 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

RGB 1 6 0 -
CMYK 0.83 0 1 0.98
HSL 110º 1% 0.01% -
HSV(B) 110º 1% 0.02% -
XYZ 0.08 0.14 0.02 -
YUV 3.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 1 6 0 0.83 0 1 0.98 110 1 0.01
Hex 1 6 0 53 0 64 62 6E 64 1
Octal 1 6 0 123 0 144 142 156 144 1
Binary 1 110 0 1010011 0 1100100 1100010 1101110 1100100 1

Color Harmonies of #010600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010600

Black with #010600

Text Example


Text Example

White with #010600

Text Example


Text Example

HTML Codes & Css Web 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>