#071C05

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

Shades of Myrtle #071C05

Tints of Myrtle #071C05

Color information

#071C05 (or 0x071C05) is unknown color: approx Myrtle. HEX triplet: 07, 1C and 05. RGB value is (7,28,5). Sum of RGB (Red+Green+Blue) = 7+28+5=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #071C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C05 is #F8E3FA. Grayscale: #131313. Windows color (decimal): -16311291 or 334855. OLE color: 334855.

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

Color convert

RGB7285-
CMYK0.7500.820.89
HSL114.78º69.7%6.47%-
HSV(B)114.78º82.14%10.98%-
XYZ0.530.890.29-
YUV19.1120.04119.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 28 (11.33% from 255) = 70%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=17.5%
G=70%
B=12.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal72850.7500.820.89114.7869.76.47
Hex71C54B0525973466
Octal734511301221311631066
Binary11111100101100101101010010101100111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,28,5); }

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

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

 a { background-color: rgb(7,28,5); }

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

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

 span { border-color: rgb(7,28,5); }

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