#071D01

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

Shades of Myrtle #071D01

Tints of Myrtle #071D01

Color information

#071D01 (or 0x071D01) is unknown color: approx Myrtle. HEX triplet: 07, 1D and 01. RGB value is (7,29,1). Sum of RGB (Red+Green+Blue) = 7+29+1=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 29 (11.72% from 255 or 78.38% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 29 - color contains mainly: green. Hex color #071D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071D01 is #F8E2FE. Grayscale: #131313. Windows color (decimal): -16311039 or 72967. OLE color: 72967.

HSL color Cylindrical-coordinate representation of color #071D01: hue angle of 107.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071D01 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB7291-
CMYK0.7600.970.89
HSL107.14º93.33%5.88%-
HSV(B)107.14º96.55%11.37%-
XYZ0.530.930.18-
YUV19.23117.71119.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 29 (11.72% from 255) = 78.38%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=18.92%
G=78.38%
B=2.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal72910.7600.970.89107.1493.335.88
Hex71D14C061596b5d6
Octal735111401411311531356
Binary111111011100110001100001101100111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071D01; }

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

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

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

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

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

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

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

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