#07450C

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

Shades of Myrtle #07450C

Tints of Myrtle #07450C

Color information

#07450C (or 0x07450C) is unknown color: approx Myrtle. HEX triplet: 07, 45 and 0C. RGB value is (7,69,12). Sum of RGB (Red+Green+Blue) = 7+69+12=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #07450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07450C is #F8BAF3. Grayscale: #2C2C2C. Windows color (decimal): -16300788 or 804103. OLE color: 804103.

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

Color convert

RGB76912-
CMYK0.9000.830.73
HSL124.84º81.58%14.9%-
HSV(B)124.84º89.86%27.06%-
XYZ2.284.331.06-
YUV43.96109.96101.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 69 (27.34% from 255) = 78.41%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=7.95%
G=78.41%
B=13.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769120.9000.830.73124.8481.5814.9
Hex745C5A053497d52f
Octal710514132012311117512217
Binary111100010111001011010010100111001001111110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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