#071104

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

Shades of Myrtle #071104

Tints of Myrtle #071104

Color information

#071104 (or 0x071104) is unknown color: approx Myrtle. HEX triplet: 07, 11 and 04. RGB value is (7,17,4). Sum of RGB (Red+Green+Blue) = 7+17+4=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #071104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071104 is #F8EEFB. Grayscale: #0C0C0C. Windows color (decimal): -16314108 or 266503. OLE color: 266503.

HSL color Cylindrical-coordinate representation of color #071104: hue angle of 106.15º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #071104 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB7174-
CMYK0.5900.760.93
HSL106.15º61.9%4.12%-
HSV(B)106.15º76.47%6.67%-
XYZ0.310.450.19-
YUV12.53123.19124.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 60.71%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=25%
G=60.71%
B=14.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71740.5900.760.93106.1561.94.12
Hex71143B04C5D6a3e4
Octal7214730114135152764
Binary111100011001110110100110010111011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071104; }

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

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

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

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

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

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

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

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