#07510C

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

Shades of Myrtle #07510C

Tints of Myrtle #07510C

Color information

#07510C (or 0x07510C) is unknown color: approx Myrtle. HEX triplet: 07, 51 and 0C. RGB value is (7,81,12). Sum of RGB (Red+Green+Blue) = 7+81+12=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 81 (32.03% from 255 or 81% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 81 - color contains mainly: green. Hex color #07510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07510C is #F8AEF3. Grayscale: #333333. Windows color (decimal): -16297716 or 807175. OLE color: 807175.

HSL color Cylindrical-coordinate representation of color #07510C: hue angle of 124.05º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07510C is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB78112-
CMYK0.9100.850.68
HSL124.05º84.09%17.25%-
HSV(B)124.05º91.36%31.76%-
XYZ3.15.961.33-
YUV51.01105.9896.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 81 (32.03% from 255) = 81%
BLUE value IS 12 (5.08% from 255) = 12%
R=7%
G=81%
B=12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781120.9100.850.68124.0584.0917.25
Hex751C5B055447c5411
Octal712114133012510417412421
Binary1111010001110010110110101010110001001111100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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