#074A09

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

Shades of Myrtle #074A09

Tints of Myrtle #074A09

Color information

#074A09 (or 0x074A09) is unknown color: approx Myrtle. HEX triplet: 07, 4A and 09. RGB value is (7,74,9). Sum of RGB (Red+Green+Blue) = 7+74+9=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 74 (29.30% from 255 or 82.22% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 74 - color contains mainly: green. Hex color #074A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A09 is #F8B5F6. Grayscale: #2E2E2E. Windows color (decimal): -16299511 or 608775. OLE color: 608775.

HSL color Cylindrical-coordinate representation of color #074A09: hue angle of 121.79º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A09 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB7749-
CMYK0.9100.880.71
HSL121.79º82.72%15.88%-
HSV(B)121.79º90.54%29.02%-
XYZ2.594.961.08-
YUV46.56106.899.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 74 (29.30% from 255) = 82.22%
BLUE value IS 9 (3.91% from 255) = 10%
R=7.78%
G=82.22%
B=10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal77490.9100.880.71121.7982.7215.88
Hex74A95B058477a5310
Octal711211133013010717212320
Binary1111001010100110110110101100010001111111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074A09; }

 p { color: rgb(7,74,9); }

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

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

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

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

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

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

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