#073D0A

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

Shades of Myrtle #073D0A

Tints of Myrtle #073D0A

Color information

#073D0A (or 0x073D0A) is unknown color: approx Myrtle. HEX triplet: 07, 3D and 0A. RGB value is (7,61,10). Sum of RGB (Red+Green+Blue) = 7+61+10=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #073D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D0A is #F8C2F5. Grayscale: #272727. Windows color (decimal): -16302838 or 670983. OLE color: 670983.

HSL color Cylindrical-coordinate representation of color #073D0A: hue angle of 123.33º 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 #073D0A is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB76110-
CMYK0.8900.840.76
HSL123.33º79.41%13.33%-
HSV(B)123.33º88.52%23.92%-
XYZ1.813.40.85-
YUV39.04111.61105.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 61 (24.22% from 255) = 78.21%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=8.97%
G=78.21%
B=12.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761100.8900.840.76123.3379.4113.33
Hex73DA590544C7b4fd
Octal77512131012411417311715
Binary11111110110101011001010101001001100111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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