#074804

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

Shades of Myrtle #074804

Tints of Myrtle #074804

Color information

#074804 (or 0x074804) is unknown color: approx Myrtle. HEX triplet: 07, 48 and 04. RGB value is (7,72,4). Sum of RGB (Red+Green+Blue) = 7+72+4=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 72 (28.52% from 255 or 86.75% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 72 - color contains mainly: green. Hex color #074804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074804 is #F8B7FB. Grayscale: #2D2D2D. Windows color (decimal): -16300028 or 280583. OLE color: 280583.

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

Color convert

RGB7724-
CMYK0.9000.940.72
HSL117.35º89.47%14.9%-
HSV(B)117.35º94.44%28.24%-
XYZ2.434.690.89-
YUV44.81104.97101.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 72 (28.52% from 255) = 86.75%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=8.43%
G=86.75%
B=4.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77240.9000.940.72117.3589.4714.9
Hex74845A05E487559f
Octal71104132013611016513117
Binary11110010001001011010010111101001000111010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074804; }

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

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

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

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

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

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

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

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