#073F0C

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

Shades of Myrtle #073F0C

Tints of Myrtle #073F0C

Color information

#073F0C (or 0x073F0C) is unknown color: approx Myrtle. HEX triplet: 07, 3F and 0C. RGB value is (7,63,12). Sum of RGB (Red+Green+Blue) = 7+63+12=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 63 (25% from 255 or 76.83% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 63 - color contains mainly: green. Hex color #073F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F0C is #F8C0F3. Grayscale: #282828. Windows color (decimal): -16302324 or 802567. OLE color: 802567.

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

Color convert

RGB76312-
CMYK0.8900.810.75
HSL125.36º80%13.73%-
HSV(B)125.36º88.89%24.71%-
XYZ1.933.630.95-
YUV40.44111.95104.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 63 (25% from 255) = 76.83%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=8.54%
G=76.83%
B=14.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763120.8900.810.75125.368013.73
Hex73FC590514B7d50e
Octal77714131012111317512016
Binary11111111111001011001010100011001011111110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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