#074604

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

Shades of Myrtle #074604

Tints of Myrtle #074604

Color information

#074604 (or 0x074604) is unknown color: approx Myrtle. HEX triplet: 07, 46 and 04. RGB value is (7,70,4). Sum of RGB (Red+Green+Blue) = 7+70+4=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 70 (27.73% from 255 or 86.42% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 70 - color contains mainly: green. Hex color #074604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074604 is #F8B9FB. Grayscale: #2B2B2B. Windows color (decimal): -16300540 or 280071. OLE color: 280071.

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

Color convert

RGB7704-
CMYK0.9000.940.73
HSL117.27º89.19%14.51%-
HSV(B)117.27º94.29%27.45%-
XYZ2.34.430.85-
YUV43.64105.63101.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 70 (27.73% from 255) = 86.42%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=8.64%
G=86.42%
B=4.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal77040.9000.940.73117.2789.1914.51
Hex74645A05E497559f
Octal71064132013611116513117
Binary11110001101001011010010111101001001111010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074604; }

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

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

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

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

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

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

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

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