#072006

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

Shades of Myrtle #072006

Tints of Myrtle #072006

Color information

#072006 (or 0x072006) is unknown color: approx Myrtle. HEX triplet: 07, 20 and 06. RGB value is (7,32,6). Sum of RGB (Red+Green+Blue) = 7+32+6=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #072006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072006 is #F8DFF9. Grayscale: #151515. Windows color (decimal): -16310266 or 401415. OLE color: 401415.

HSL color Cylindrical-coordinate representation of color #072006: hue angle of 117.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072006 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB7326-
CMYK0.7800.810.87
HSL117.69º68.42%7.45%-
HSV(B)117.69º81.25%12.55%-
XYZ0.641.090.35-
YUV21.56119.22117.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 32 (12.89% from 255) = 71.11%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=15.56%
G=71.11%
B=13.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal73260.7800.810.87117.6968.427.45
Hex72064E0515776447
Octal740611601211271661047
Binary111100000110100111001010001101011111101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072006; }

 p { color: rgb(7,32,6); }

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

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

 a { background-color: rgb(7,32,6); }

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

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

 span { border-color: rgb(7,32,6); }

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