#074607

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

Shades of Myrtle #074607

Tints of Myrtle #074607

Color information

#074607 (or 0x074607) is unknown color: approx Myrtle. HEX triplet: 07, 46 and 07. RGB value is (7,70,7). Sum of RGB (Red+Green+Blue) = 7+70+7=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 70 (27.73% from 255 or 83.33% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 70 - color contains mainly: green. Hex color #074607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074607 is #F8B9F8. Grayscale: #2C2C2C. Windows color (decimal): -16300537 or 476679. OLE color: 476679.

HSL color Cylindrical-coordinate representation of color #074607: hue angle of 120º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074607 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB7707-
CMYK0.9000.900.73
HSL120º81.82%15.1%-
HSV(B)120º90%27.45%-
XYZ2.324.440.94-
YUV43.98107.13101.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 70 (27.73% from 255) = 83.33%
BLUE value IS 7 (3.12% from 255) = 8.33%
R=8.33%
G=83.33%
B=8.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal77070.9000.900.7312081.8215.1
Hex74675A05A497852f
Octal71067132013211117012217
Binary11110001101111011010010110101001001111100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074607; }

 p { color: rgb(7,70,7); }

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

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

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

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

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

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

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