#071701

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

Shades of Myrtle #071701

Tints of Myrtle #071701

Color information

#071701 (or 0x071701) is unknown color: approx Myrtle. HEX triplet: 07, 17 and 01. RGB value is (7,23,1). Sum of RGB (Red+Green+Blue) = 7+23+1=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 23 (9.38% from 255 or 74.19% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 23 - color contains mainly: green. Hex color #071701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071701 is #F8E8FE. Grayscale: #0F0F0F. Windows color (decimal): -16312575 or 71431. OLE color: 71431.

HSL color Cylindrical-coordinate representation of color #071701: hue angle of 103.64º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071701 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB7231-
CMYK0.7000.960.91
HSL103.64º91.67%4.71%-
HSV(B)103.64º95.65%9.02%-
XYZ0.40.660.14-
YUV15.71119.7121.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 23 (9.38% from 255) = 74.19%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=22.58%
G=74.19%
B=3.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal72310.7000.960.91103.6491.674.71
Hex7171460605B685c5
Octal727110601401331501345
Binary111101111100011001100000101101111010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071701; }

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

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

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

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

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

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

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

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