#0F5707

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

Shades of Myrtle #0F5707

Tints of Myrtle #0F5707

Color information

#0F5707 (or 0x0F5707) is unknown color: approx Myrtle. HEX triplet: 0F, 57 and 07. RGB value is (15,87,7). Sum of RGB (Red+Green+Blue) = 15+87+7=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5707 is #F0A8F8. Grayscale: #383838. Windows color (decimal): -15771897 or 481039. OLE color: 481039.

HSL color Cylindrical-coordinate representation of color #0F5707: hue angle of 114º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5707 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB15877-
CMYK0.8300.920.66
HSL114º85.11%18.43%-
HSV(B)114º91.95%34.12%-
XYZ3.646.931.35-
YUV56.35100.1598.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 87 (34.38% from 255) = 79.82%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=13.76%
G=79.82%
B=6.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal158770.8300.920.6611485.1118.43
HexF5775305C42725512
Octal171277123013410216212522
Binary1111101011111110100110101110010000101110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5707; }

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

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

<style>
 a { background-color: #0F5707; }

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

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

<style>
 span { border-color: #0F5707; }

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

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