#071F01

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

Shades of Myrtle #071F01

Tints of Myrtle #071F01

Color information

#071F01 (or 0x071F01) is unknown color: approx Myrtle. HEX triplet: 07, 1F and 01. RGB value is (7,31,1). Sum of RGB (Red+Green+Blue) = 7+31+1=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 31 (12.5% from 255 or 79.49% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 31 - color contains mainly: green. Hex color #071F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F01 is #F8E0FE. Grayscale: #141414. Windows color (decimal): -16310527 or 73479. OLE color: 73479.

HSL color Cylindrical-coordinate representation of color #071F01: hue angle of 108º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071F01 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB7311-
CMYK0.7700.970.88
HSL108º93.75%6.27%-
HSV(B)108º96.77%12.16%-
XYZ0.581.030.2-
YUV20.4117.05118.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 31 (12.5% from 255) = 79.49%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=17.95%
G=79.49%
B=2.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal73110.7700.970.8810893.756.27
Hex71F14D061586c5e6
Octal737111501411301541366
Binary111111111100110101100001101100011011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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