#074004

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

Shades of Myrtle #074004

Tints of Myrtle #074004

Color information

#074004 (or 0x074004) is unknown color: approx Myrtle. HEX triplet: 07, 40 and 04. RGB value is (7,64,4). Sum of RGB (Red+Green+Blue) = 7+64+4=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 64 (25.39% from 255 or 85.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 64 - color contains mainly: green. Hex color #074004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074004 is #F8BFFB. Grayscale: #282828. Windows color (decimal): -16302076 or 278535. OLE color: 278535.

HSL color Cylindrical-coordinate representation of color #074004: hue angle of 117º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074004 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB7644-
CMYK0.8900.940.75
HSL117º88.24%13.33%-
HSV(B)117º93.75%25.1%-
XYZ1.943.720.73-
YUV40.12107.62104.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 64 (25.39% from 255) = 85.33%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=9.33%
G=85.33%
B=5.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76440.8900.940.7511788.2413.33
Hex74045905E4B7558d
Octal71004131013611316513015
Binary11110000001001011001010111101001011111010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074004; }

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

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

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

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

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

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

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

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