#07460F

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

Shades of Myrtle #07460F

Tints of Myrtle #07460F

Color information

#07460F (or 0x07460F) is unknown color: approx Myrtle. HEX triplet: 07, 46 and 0F. RGB value is (7,70,15). Sum of RGB (Red+Green+Blue) = 7+70+15=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #07460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07460F is #F8B9F0. Grayscale: #2D2D2D. Windows color (decimal): -16300529 or 1000967. OLE color: 1000967.

HSL color Cylindrical-coordinate representation of color #07460F: hue angle of 127.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07460F is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB77015-
CMYK0.9000.790.73
HSL127.62º81.82%15.1%-
HSV(B)127.62º90%27.45%-
XYZ2.364.461.19-
YUV44.89111.13100.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 70 (27.73% from 255) = 76.09%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=7.61%
G=76.09%
B=16.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770150.9000.790.73127.6281.8215.1
Hex746F5A04F498052f
Octal710617132011711120012217
Binary1111000110111110110100100111110010011000000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07460F; }

 p { color: rgb(7,70,15); }

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

<style>
 a { background-color: #07460F; }

 a { background-color: rgb(7,70,15); }

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

<style>
 span { border-color: #07460F; }

 span { border-color: rgb(7,70,15); }

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