#020701

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

Shades of Myrtle #020701

Tints of Myrtle #020701

Color information

#020701 (or 0x020701) is unknown color: approx Myrtle. HEX triplet: 02, 07 and 01. RGB value is (2,7,1). Sum of RGB (Red+Green+Blue) = 2+7+1=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 7 (3.12% from 255 or 70% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 7 - color contains mainly: green. Hex color #020701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020701 is #FDF8FE. Grayscale: #040404. Windows color (decimal): -16644351 or 67330. OLE color: 67330.

HSL color Cylindrical-coordinate representation of color #020701: hue angle of 110º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #020701 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.97.

Color convert

RGB271-
CMYK0.7100.860.97
HSL110º75%1.57%-
HSV(B)110º85.71%2.75%-
XYZ0.110.170.06-
YUV4.82125.84125.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 20%
GREEN value IS 7 (3.12% from 255) = 70%
BLUE value IS 1 (0.78% from 255) = 10%
R=20%
G=70%
B=10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2710.7100.860.97110751.57
Hex27147056616e4b2
Octal27110701261411561132
Binary10111110001110101011011000011101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020701; }

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

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

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

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

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

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

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

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