#07450A

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

Shades of Myrtle #07450A

Tints of Myrtle #07450A

Color information

#07450A (or 0x07450A) is unknown color: approx Myrtle. HEX triplet: 07, 45 and 0A. RGB value is (7,69,10). Sum of RGB (Red+Green+Blue) = 7+69+10=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #07450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07450A is #F8BAF5. Grayscale: #2B2B2B. Windows color (decimal): -16300790 or 673031. OLE color: 673031.

HSL color Cylindrical-coordinate representation of color #07450A: hue angle of 122.9º 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 #07450A is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB76910-
CMYK0.9000.860.73
HSL122.9º81.58%14.9%-
HSV(B)122.9º89.86%27.06%-
XYZ2.274.321-
YUV43.74108.96101.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 69 (27.34% from 255) = 80.23%
BLUE value IS 10 (4.30% from 255) = 11.63%
R=8.14%
G=80.23%
B=11.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769100.9000.860.73122.981.5814.9
Hex745A5A056497b52f
Octal710512132012611117312217
Binary111100010110101011010010101101001001111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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