#073D05

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

Shades of Myrtle #073D05

Tints of Myrtle #073D05

Color information

#073D05 (or 0x073D05) is unknown color: approx Myrtle. HEX triplet: 07, 3D and 05. RGB value is (7,61,5). Sum of RGB (Red+Green+Blue) = 7+61+5=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 61 (24.22% from 255 or 83.56% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 61 - color contains mainly: green. Hex color #073D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D05 is #F8C2FA. Grayscale: #262626. Windows color (decimal): -16302843 or 343303. OLE color: 343303.

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

Color convert

RGB7615-
CMYK0.8900.920.76
HSL117.86º84.85%12.94%-
HSV(B)117.86º91.8%23.92%-
XYZ1.783.390.7-
YUV38.47109.11105.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 61 (24.22% from 255) = 83.56%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=9.59%
G=83.56%
B=6.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal76150.8900.920.76117.8684.8512.94
Hex73D55905C4C7655d
Octal7755131013411416612515
Binary1111111011011011001010111001001100111011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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