#072806

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

Shades of Myrtle #072806

Tints of Myrtle #072806

Color information

#072806 (or 0x072806) is unknown color: approx Myrtle. HEX triplet: 07, 28 and 06. RGB value is (7,40,6). Sum of RGB (Red+Green+Blue) = 7+40+6=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #072806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072806 is #F8D7F9. Grayscale: #1A1A1A. Windows color (decimal): -16308218 or 403463. OLE color: 403463.

HSL color Cylindrical-coordinate representation of color #072806: hue angle of 118.24º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072806 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB7406-
CMYK0.8300.850.84
HSL118.24º73.91%9.02%-
HSV(B)118.24º85%15.69%-
XYZ0.881.580.43-
YUV26.26116.57114.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 40 (16.02% from 255) = 75.47%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=13.21%
G=75.47%
B=11.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal74060.8300.850.84118.2473.919.02
Hex72865305554764a9
Octal7506123012512416611211
Binary1111010001101010011010101011010100111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072806; }

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

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

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

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

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

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

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

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