#073D09

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

Shades of Myrtle #073D09

Tints of Myrtle #073D09

Color information

#073D09 (or 0x073D09) is unknown color: approx Myrtle. HEX triplet: 07, 3D and 09. RGB value is (7,61,9). Sum of RGB (Red+Green+Blue) = 7+61+9=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 61 (24.22% from 255 or 79.22% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 61 - color contains mainly: green. Hex color #073D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D09 is #F8C2F6. Grayscale: #272727. Windows color (decimal): -16302839 or 605447. OLE color: 605447.

HSL color Cylindrical-coordinate representation of color #073D09: hue angle of 122.22º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D09 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB7619-
CMYK0.8900.850.76
HSL122.22º79.41%13.33%-
HSV(B)122.22º88.52%23.92%-
XYZ1.813.40.82-
YUV38.93111.11105.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 61 (24.22% from 255) = 79.22%
BLUE value IS 9 (3.91% from 255) = 11.69%
R=9.09%
G=79.22%
B=11.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal76190.8900.850.76122.2279.4113.33
Hex73D9590554C7a4fd
Octal77511131012511417211715
Binary11111110110011011001010101011001100111101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073D09; }

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

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

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

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

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

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

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

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