#073F0D

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

Shades of Myrtle #073F0D

Tints of Myrtle #073F0D

Color information

#073F0D (or 0x073F0D) is unknown color: approx Myrtle. HEX triplet: 07, 3F and 0D. RGB value is (7,63,13). Sum of RGB (Red+Green+Blue) = 7+63+13=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #073F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F0D is #F8C0F2. Grayscale: #282828. Windows color (decimal): -16302323 or 868103. OLE color: 868103.

HSL color Cylindrical-coordinate representation of color #073F0D: hue angle of 126.43º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F0D is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB76313-
CMYK0.8900.790.75
HSL126.43º80%13.73%-
HSV(B)126.43º88.89%24.71%-
XYZ1.943.630.98-
YUV40.56112.45104.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 63 (25% from 255) = 75.90%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=8.43%
G=75.90%
B=15.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763130.8900.790.75126.438013.73
Hex73FD5904F4B7e50e
Octal77715131011711317612016
Binary11111111111011011001010011111001011111111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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