#074204

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

Shades of Myrtle #074204

Tints of Myrtle #074204

Color information

#074204 (or 0x074204) is unknown color: approx Myrtle. HEX triplet: 07, 42 and 04. RGB value is (7,66,4). Sum of RGB (Red+Green+Blue) = 7+66+4=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 66 (26.17% from 255 or 85.71% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 66 - color contains mainly: green. Hex color #074204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074204 is #F8BDFB. Grayscale: #292929. Windows color (decimal): -16301564 or 279047. OLE color: 279047.

HSL color Cylindrical-coordinate representation of color #074204: hue angle of 117.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074204 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB7664-
CMYK0.8900.940.74
HSL117.1º88.57%13.73%-
HSV(B)117.1º93.94%25.88%-
XYZ2.063.950.77-
YUV41.29106.95103.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 66 (26.17% from 255) = 85.71%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=9.09%
G=85.71%
B=5.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal76640.8900.940.74117.188.5713.73
Hex74245905E4A7559e
Octal71024131013611216513116
Binary11110000101001011001010111101001010111010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074204; }

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

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

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

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

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

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

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

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