#07390A

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

Shades of Myrtle #07390A

Tints of Myrtle #07390A

Color information

#07390A (or 0x07390A) is unknown color: approx Myrtle. HEX triplet: 07, 39 and 0A. RGB value is (7,57,10). Sum of RGB (Red+Green+Blue) = 7+57+10=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #07390A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07390A is #F8C6F5. Grayscale: #242424. Windows color (decimal): -16303862 or 669959. OLE color: 669959.

HSL color Cylindrical-coordinate representation of color #07390A: hue angle of 123.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07390A is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB75710-
CMYK0.8800.820.78
HSL123.6º78.12%12.55%-
HSV(B)123.6º87.72%22.35%-
XYZ1.612.990.78-
YUV36.69112.94106.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 57 (22.66% from 255) = 77.03%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=9.46%
G=77.03%
B=13.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal757100.8800.820.78123.678.1212.55
Hex739A580524E7c4ed
Octal77112130012211617411615
Binary11111100110101011000010100101001110111110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07390A; }

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

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

<style>
 a { background-color: #07390A; }

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

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

<style>
 span { border-color: #07390A; }

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

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