#073D0D

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

Shades of Myrtle #073D0D

Tints of Myrtle #073D0D

Color information

#073D0D (or 0x073D0D) is unknown color: approx Myrtle. HEX triplet: 07, 3D and 0D. RGB value is (7,61,13). Sum of RGB (Red+Green+Blue) = 7+61+13=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #073D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D0D is #F8C2F2. Grayscale: #272727. Windows color (decimal): -16302835 or 867591. OLE color: 867591.

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

Color convert

RGB76113-
CMYK0.8900.790.76
HSL126.67º79.41%13.33%-
HSV(B)126.67º88.52%23.92%-
XYZ1.833.410.94-
YUV39.38113.11104.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 61 (24.22% from 255) = 75.31%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=8.64%
G=75.31%
B=16.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761130.8900.790.76126.6779.4113.33
Hex73DD5904F4C7f4fd
Octal77515131011711417711715
Binary11111110111011011001010011111001100111111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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