#074309

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

Shades of Myrtle #074309

Tints of Myrtle #074309

Color information

#074309 (or 0x074309) is unknown color: approx Myrtle. HEX triplet: 07, 43 and 09. RGB value is (7,67,9). Sum of RGB (Red+Green+Blue) = 7+67+9=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #074309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074309 is #F8BCF6. Grayscale: #2A2A2A. Windows color (decimal): -16301303 or 606983. OLE color: 606983.

HSL color Cylindrical-coordinate representation of color #074309: hue angle of 122º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074309 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.74.

Color convert

RGB7679-
CMYK0.9000.870.74
HSL122º81.08%14.51%-
HSV(B)122º89.55%26.27%-
XYZ2.144.080.93-
YUV42.45109.12102.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 67 (26.56% from 255) = 80.72%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=8.43%
G=80.72%
B=10.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal76790.9000.870.7412281.0814.51
Hex74395A0574A7a51f
Octal710311132012711217212117
Binary111100001110011011010010101111001010111101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074309; }

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

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

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

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

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

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

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

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