#071A06

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

Shades of Myrtle #071A06

Tints of Myrtle #071A06

Color information

#071A06 (or 0x071A06) is unknown color: approx Myrtle. HEX triplet: 07, 1A and 06. RGB value is (7,26,6). Sum of RGB (Red+Green+Blue) = 7+26+6=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 26 (10.55% from 255 or 66.67% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 26 - color contains mainly: green. Hex color #071A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A06 is #F8E5F9. Grayscale: #121212. Windows color (decimal): -16311802 or 399879. OLE color: 399879.

HSL color Cylindrical-coordinate representation of color #071A06: hue angle of 117º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071A06 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB7266-
CMYK0.7300.770.90
HSL117º62.5%6.27%-
HSV(B)117º76.92%10.2%-
XYZ0.490.80.3-
YUV18.04121.21120.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 26 (10.55% from 255) = 66.67%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=17.95%
G=66.67%
B=15.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal72660.7300.770.9011762.56.27
Hex71A64904D5A753e6
Octal73261110115132165766
Binary1111101011010010010100110110110101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,26,6); }

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

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

 a { background-color: rgb(7,26,6); }

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

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

 span { border-color: rgb(7,26,6); }

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