#071A04

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

Shades of Myrtle #071A04

Tints of Myrtle #071A04

Color information

#071A04 (or 0x071A04) is unknown color: approx Myrtle. HEX triplet: 07, 1A and 04. RGB value is (7,26,4). Sum of RGB (Red+Green+Blue) = 7+26+4=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 26 (10.55% from 255 or 70.27% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 26 - color contains mainly: green. Hex color #071A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A04 is #F8E5FB. Grayscale: #111111. Windows color (decimal): -16311804 or 268807. OLE color: 268807.

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

Color convert

RGB7264-
CMYK0.7300.850.90
HSL111.82º73.33%5.88%-
HSV(B)111.82º84.62%10.2%-
XYZ0.480.790.24-
YUV17.81120.21120.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 26 (10.55% from 255) = 70.27%
BLUE value IS 4 (1.95% from 255) = 10.81%
R=18.92%
G=70.27%
B=10.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal72640.7300.850.90111.8273.335.88
Hex71A4490555A70496
Octal732411101251321601116
Binary11111010100100100101010101101101011100001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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