#071C00

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

Shades of Myrtle #071C00

Tints of Myrtle #071C00

Color information

#071C00 (or 0x071C00) is unknown color: approx Myrtle. HEX triplet: 07, 1C and 00. RGB value is (7,28,0). Sum of RGB (Red+Green+Blue) = 7+28+0=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 28 (11.33% from 255 or 80% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 28 - color contains mainly: green. Hex color #071C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C00 is #F8E3FF. Grayscale: #121212. Windows color (decimal): -16311296 or 7175. OLE color: 7175.

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

Color convert

RGB7280-
CMYK0.75010.89
HSL105º100%5.49%-
HSV(B)105º100%10.98%-
XYZ0.50.880.14-
YUV18.53117.54119.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20%
GREEN value IS 28 (11.33% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal72800.75010.891051005.49
Hex71C04B0645969645
Octal734011301441311511445
Binary111111000100101101100100101100111010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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