#071B04

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

Shades of Myrtle #071B04

Tints of Myrtle #071B04

Color information

#071B04 (or 0x071B04) is unknown color: approx Myrtle. HEX triplet: 07, 1B and 04. RGB value is (7,27,4). Sum of RGB (Red+Green+Blue) = 7+27+4=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 27 (10.94% from 255 or 71.05% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 27 - color contains mainly: green. Hex color #071B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B04 is #F8E4FB. Grayscale: #121212. Windows color (decimal): -16311548 or 269063. OLE color: 269063.

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

Color convert

RGB7274-
CMYK0.7400.850.89
HSL112.17º74.19%6.08%-
HSV(B)112.17º85.19%10.59%-
XYZ0.50.840.25-
YUV18.4119.87119.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.42%
GREEN value IS 27 (10.94% from 255) = 71.05%
BLUE value IS 4 (1.95% from 255) = 10.53%
R=18.42%
G=71.05%
B=10.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal72740.7400.850.89112.1774.196.08
Hex71B44A05559704a6
Octal733411201251311601126
Binary11111011100100101001010101101100111100001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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